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