Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the check-state of an item.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __PREVIEWCHANGESITEMCHECKSTATE
public enum __PREVIEWCHANGESITEMCHECKSTATE
public enum class __PREVIEWCHANGESITEMCHECKSTATE
type __PREVIEWCHANGESITEMCHECKSTATE
public enum __PREVIEWCHANGESITEMCHECKSTATE
Members
| Member name | Description | |
|---|---|---|
| PCCS_Checked | Item and all its descendants are checked. | |
| PCCS_None | Item doesn't have a check box channel. | |
| PCCS_PartiallyChecked | Some descendants of this item are checked and others are unchecked. | |
| PCCS_Unchecked | Item and all its descendants are unchecked. |
Remarks
COM Signature
From vsshell80.idl: