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("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
Public property DisplayName Gets or sets the full name of the object.
Public property Switch Gets or sets the text of the command line switch.
Public property Value Sets or gets the value of the enum property.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace