VCRuntimeProperty Interface

Provides access to runtime properties.

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

Syntax

'Declaration
<GuidAttribute("1100EC3A-C52F-4AED-8ADE-7FD6D0F3266D")> _
Public Interface VCRuntimeProperty
[GuidAttribute("1100EC3A-C52F-4AED-8ADE-7FD6D0F3266D")]
public interface VCRuntimeProperty
[GuidAttribute(L"1100EC3A-C52F-4AED-8ADE-7FD6D0F3266D")]
public interface class VCRuntimeProperty
[<GuidAttribute("1100EC3A-C52F-4AED-8ADE-7FD6D0F3266D")>]
type VCRuntimeProperty =  interface end
public interface VCRuntimeProperty

The VCRuntimeProperty type exposes the following members.

Properties

  Name Description
Public property Category Sets or gets the category 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 object.
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 whether the file containing the parent object is read-only.
Public property Name Gets or sets the name of the VCRuntimeProperty object.
Public property PropertyPageName Sets or gets the property page for the property.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace