VCRuntimeEnumProperty Interface

Provides access to runtime enumeration properties.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
<GuidAttribute("4733AFA1-96E5-4636-A448-CA2875D88564")> _
Public Interface VCRuntimeEnumProperty _
    Inherits VCRuntimeProperty
[GuidAttribute("4733AFA1-96E5-4636-A448-CA2875D88564")]
public interface VCRuntimeEnumProperty : VCRuntimeProperty
[GuidAttribute(L"4733AFA1-96E5-4636-A448-CA2875D88564")]
public interface class VCRuntimeEnumProperty : VCRuntimeProperty
[<GuidAttribute("4733AFA1-96E5-4636-A448-CA2875D88564")>]
type VCRuntimeEnumProperty =  
    interface 
        interface VCRuntimeProperty 
    end
public interface VCRuntimeEnumProperty extends VCRuntimeProperty

The VCRuntimeEnumProperty type exposes the following members.

Properties

  Name Description
Public property Category Sets or gets the category of the object.
Public property DefaultValue Sets or gets the default value of the property.
Public property Description Sets or gets the description of the property.
Public property DisplayName Gets or sets the full name of the VCRuntimeEnumProperty.
Public property HelpContext Sets or gets the help context of the property.
Public property HelpF1Keyword Infrastructure. Microsoft Internal Use Only.
Public property HelpFile Sets or gets the name of the help file for the property
Public property HelpURL Sets or gets the help URL for the property.
Public property IsReadOnly Gets or sets a value indicating if the file containing the parent object is read-only.
Public property Name Gets or sets the name of the VCRuntimeEnumProperty object.
Public property PropertyPageName Sets or gets the property page for the property.
Public property Values Gets enumeration values for the property.

Top

Methods

  Name Description
Public method AddValue Adds a value to an enum property.
Public method RemoveValue Removes a value from an runtime enum property.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace