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("F2C929A7-D458-429D-81F2-C3E748472F25")> _
Public Interface VCRuntimeEnumValue
[GuidAttribute("F2C929A7-D458-429D-81F2-C3E748472F25")]
public interface VCRuntimeEnumValue
[GuidAttribute(L"F2C929A7-D458-429D-81F2-C3E748472F25")]
public interface class VCRuntimeEnumValue
[<GuidAttribute("F2C929A7-D458-429D-81F2-C3E748472F25")>]
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