Provides access to runtime enumeration properties.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
<GuidAttribute("D034BEEF-6270-42ED-95D4-52E0AA0E1B93")> _
Public Interface VCRuntimeEnumProperty _
    Inherits VCRuntimeProperty
[GuidAttribute("D034BEEF-6270-42ED-95D4-52E0AA0E1B93")]
public interface VCRuntimeEnumProperty : VCRuntimeProperty
[GuidAttribute(L"D034BEEF-6270-42ED-95D4-52E0AA0E1B93")]
public interface class VCRuntimeEnumProperty : VCRuntimeProperty
[<GuidAttribute("D034BEEF-6270-42ED-95D4-52E0AA0E1B93")>]
type VCRuntimeEnumProperty =  
    interface
        interface VCRuntimeProperty
    end
public interface VCRuntimeEnumProperty extends VCRuntimeProperty
The VCRuntimeEnumProperty type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Category | Sets or gets the category of the object. | 
| .gif) | Category | Sets or gets the category of the property. (Inherited from VCRuntimeProperty.) | 
| .gif) | DefaultValue | Sets or gets the default value of the property. | 
| .gif) | Description | Sets or gets the description of the property. | 
| .gif) | Description | Sets or gets the description of the property. (Inherited from VCRuntimeProperty.) | 
| .gif) | DisplayName | Gets or sets the full name of the VCRuntimeEnumProperty. | 
| .gif) | DisplayName | Gets or sets the full name of the object. (Inherited from VCRuntimeProperty.) | 
| .gif) | HelpContext | Sets or gets the help context of the property. | 
| .gif) | HelpContext | Sets or gets the help context of the property. (Inherited from VCRuntimeProperty.) | 
| .gif) | HelpF1Keyword | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | HelpF1Keyword | Infrastructure. Microsoft Internal Use Only. (Inherited from VCRuntimeProperty.) | 
| .gif) | HelpFile | Sets or gets the name of the help file for the property | 
| .gif) | HelpFile | Sets or gets the name of the help file for the property (Inherited from VCRuntimeProperty.) | 
| .gif) | HelpURL | Sets or gets the help URL for the property. | 
| .gif) | HelpURL | Sets or gets the help URL for the property. (Inherited from VCRuntimeProperty.) | 
| .gif) | IsReadOnly | Gets or sets a value indicating if the file containing the parent object is read-only. | 
| .gif) | IsReadOnly | Gets or sets a value indicating whether the file containing the parent object is read-only. (Inherited from VCRuntimeProperty.) | 
| .gif) | Name | Gets or sets the name of the VCRuntimeEnumProperty object. | 
| .gif) | Name | Gets or sets the name of the VCRuntimeProperty object. (Inherited from VCRuntimeProperty.) | 
| .gif) | PropertyPageName | Sets or gets the property page for the property. | 
| .gif) | PropertyPageName | Sets or gets the property page for the property. (Inherited from VCRuntimeProperty.) | 
| .gif) | Values | Gets enumeration values for the property. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddValue | Adds a value to an enum property. | 
| .gif) | RemoveValue | Removes a value from an runtime enum property. | 
Top