Partager via


UIHierarchyElement Enumeration

Defines the UI type of the element.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

<FlagsAttribute> _
Public Enumeration UIHierarchyElement

Dim instance As UIHierarchyElement
[FlagsAttribute]
public enum UIHierarchyElement
[FlagsAttribute]
public enum class UIHierarchyElement
public enum UIHierarchyElement

Members

Member name Description
None The element is none of the above categories.
Icon The element is an icon; represents VSHPROPID_IconIndex.
SccState The element is a source code control state icon; represents VSHPROPID_StateIconIndex.
Caption The element is a caption; represents VSHPROPID_Caption.

See Also

Reference

Microsoft.VisualStudio.Package Namespace