ATTRVALUETYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of attribute values in GetAttributeStatusVal(String, ATTRVALUETYPE, Int32) and GetAttributeValue(Int32, ATTRVALUETYPE, String) calls.
public enum class ATTRVALUETYPE
public enum class ATTRVALUETYPE
enum ATTRVALUETYPE
public enum ATTRVALUETYPE
type ATTRVALUETYPE =
Public Enum ATTRVALUETYPE
- Inheritance
-
ATTRVALUETYPE
Fields
Name | Value | Description |
---|---|---|
VSHAL_Real | 0 | The actual attribute. |
VSHAL_Display | 1 | The display attribute. |
Remarks
COM Signature
From context.idl: