VCRuntimeIntegerProperty Interface

Provides access to runtime integer properties.

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

Syntax

'Declaration
<GuidAttribute("FBAE6ECE-546B-4A34-B474-C5794D984AD0")> _
Public Interface VCRuntimeIntegerProperty _
    Inherits VCRuntimeProperty
[GuidAttribute("FBAE6ECE-546B-4A34-B474-C5794D984AD0")]
public interface VCRuntimeIntegerProperty : VCRuntimeProperty
[GuidAttribute(L"FBAE6ECE-546B-4A34-B474-C5794D984AD0")]
public interface class VCRuntimeIntegerProperty : VCRuntimeProperty
[<GuidAttribute("FBAE6ECE-546B-4A34-B474-C5794D984AD0")>]
type VCRuntimeIntegerProperty =  
    interface
        interface VCRuntimeProperty
    end
public interface VCRuntimeIntegerProperty extends VCRuntimeProperty

The VCRuntimeIntegerProperty type exposes the following members.

Properties

  Name Description
Public property Category Sets or gets the category of the property.
Public property Category Sets or gets the category of the property. (Inherited from VCRuntimeProperty.)
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 Description Sets or gets the description of the property. (Inherited from VCRuntimeProperty.)
Public property DisplayName Gets or sets the full name of the object.
Public property DisplayName Gets or sets the full name of the object. (Inherited from VCRuntimeProperty.)
Public property HelpContext Sets or gets the help context of the property.
Public property HelpContext Sets or gets the help context of the property. (Inherited from VCRuntimeProperty.)
Public property HelpF1Keyword Infrastructure. Microsoft Internal Use Only.
Public property HelpF1Keyword Infrastructure. Microsoft Internal Use Only. (Inherited from VCRuntimeProperty.)
Public property HelpFile Sets or gets the name of the help file for the property
Public property HelpFile Sets or gets the name of the help file for the property (Inherited from VCRuntimeProperty.)
Public property HelpURL Sets or gets the help URL for the property.
Public property HelpURL Sets or gets the help URL for the property. (Inherited from VCRuntimeProperty.)
Public property IsReadOnly Gets or sets a value indicating whether the file containing the parent object is read-only.
Public property IsReadOnly Gets or sets a value indicating whether the file containing the parent object is read-only. (Inherited from VCRuntimeProperty.)
Public property Name Gets or sets the name of the VCRuntimeIntegerProperty object.
Public property Name Gets or sets the name of the VCRuntimeProperty object. (Inherited from VCRuntimeProperty.)
Public property PropertyPageName Sets or gets the property page for the property.
Public property PropertyPageName Sets or gets the property page for the property. (Inherited from VCRuntimeProperty.)
Public property Switch Gets or sets the text of the command line switch.

Top

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace