VCRuntimeEnumValue Interface
Gives access to a runtime enum property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Déclaration
<GuidAttribute("76AC87BD-C36D-4B1B-A92D-8305EA9D6517")> _
Public Interface VCRuntimeEnumValue
[GuidAttribute("76AC87BD-C36D-4B1B-A92D-8305EA9D6517")]
public interface VCRuntimeEnumValue
[GuidAttribute(L"76AC87BD-C36D-4B1B-A92D-8305EA9D6517")]
public interface class VCRuntimeEnumValue
[<GuidAttribute("76AC87BD-C36D-4B1B-A92D-8305EA9D6517")>]
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