ATTRVALUETYPE Enumeration

Specifies the type of attribute values in GetAttributeStatusVal and GetAttributeValue calls.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration ATTRVALUETYPE
public enum ATTRVALUETYPE
public enum class ATTRVALUETYPE
type ATTRVALUETYPE
public enum ATTRVALUETYPE

Members

Member name Description
VSHAL_Display The display attribute.
VSHAL_Real The actual attribute.

Remarks

COM Signature

From context.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace