VCRuntimeEnumValue Interface
Gives access to a runtime enum property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("85CDD4E3-70EA-450E-A9C4-F9ACED9D64ED")> _
Public Interface VCRuntimeEnumValue
[GuidAttribute("85CDD4E3-70EA-450E-A9C4-F9ACED9D64ED")]
public interface VCRuntimeEnumValue
[GuidAttribute(L"85CDD4E3-70EA-450E-A9C4-F9ACED9D64ED")]
public interface class VCRuntimeEnumValue
[<GuidAttribute("85CDD4E3-70EA-450E-A9C4-F9ACED9D64ED")>]
type VCRuntimeEnumValue = interface end
public interface VCRuntimeEnumValue
The VCRuntimeEnumValue type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the full name of the object. | |
Switch | Gets or sets the text of the command line switch. | |
Value | Sets or gets the value of the enum property. |
Top