Provides access to runtime properties.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
<GuidAttribute("D758E761-4F84-4DAE-BA4F-07D8DF21EABA")> _
Public Interface VCRuntimeProperty
[GuidAttribute("D758E761-4F84-4DAE-BA4F-07D8DF21EABA")]
public interface VCRuntimeProperty
[GuidAttribute(L"D758E761-4F84-4DAE-BA4F-07D8DF21EABA")]
public interface class VCRuntimeProperty
[<GuidAttribute("D758E761-4F84-4DAE-BA4F-07D8DF21EABA")>]
type VCRuntimeProperty =  interface end
public interface VCRuntimeProperty
The VCRuntimeProperty type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Category | Sets or gets the category of the property. | 
| .gif) | Description | Sets or gets the description of the property. | 
| .gif) | DisplayName | Gets or sets the full name of the object. | 
| .gif) | HelpContext | Sets or gets the help context of the property. | 
| .gif) | HelpF1Keyword | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | HelpFile | Sets or gets the name of the help file for the property | 
| .gif) | HelpURL | Sets or gets the help URL for the property. | 
| .gif) | IsReadOnly | Gets or sets a value indicating whether the file containing the parent object is read-only. | 
| .gif) | Name | Gets or sets the name of the VCRuntimeProperty object. | 
| .gif) | PropertyPageName | Sets or gets the property page for the property. | 
Top