ATTRVALUETYPE Enum
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
C++/CX
public enum class ATTRVALUETYPE
enum ATTRVALUETYPE
public enum ATTRVALUETYPE
type ATTRVALUETYPE =
Public Enum ATTRVALUETYPE
- Inheritance
-
ATTRVALUETYPE
Name | Value | Description |
---|---|---|
VSHAL_Real | 0 | The actual attribute. |
VSHAL_Display | 1 | The display attribute. |
From context.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |