__PREVIEWCHANGESITEMCHECKSTATE Enumeration

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_None Item doesn't have a check box channel.
PCCS_Unchecked Item and all its descendants are unchecked.
PCCS_PartiallyChecked Some descendants of this item are checked and others are unchecked.
PCCS_Checked Item and all its descendants are checked.

Remarks

COM Signature

From vsshell80.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace