VCRuntimeBooleanProperty Interface
Provides access to runtime boolean properties.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<GuidAttribute("8AA5927C-C8CF-464C-A2B6-AF1037F6E796")> _
Public Interface VCRuntimeBooleanProperty _
Inherits VCRuntimeProperty
[GuidAttribute("8AA5927C-C8CF-464C-A2B6-AF1037F6E796")]
public interface VCRuntimeBooleanProperty : VCRuntimeProperty
[GuidAttribute(L"8AA5927C-C8CF-464C-A2B6-AF1037F6E796")]
public interface class VCRuntimeBooleanProperty : VCRuntimeProperty
[<GuidAttribute("8AA5927C-C8CF-464C-A2B6-AF1037F6E796")>]
type VCRuntimeBooleanProperty =
interface
interface VCRuntimeProperty
end
public interface VCRuntimeBooleanProperty extends VCRuntimeProperty
The VCRuntimeBooleanProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
Category | Sets or gets the default value of the property. | |
DefaultValue | Sets or gets the default value of the property. | |
Description | Sets or gets the description of the property. | |
DisplayName | Gets or sets the full name of the parent 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 if the file containing the parent object is read-only. | |
Name | Gets or sets the name of the VCRuntimeBooleanProperty. | |
PropertyPageName | Sets or gets the property page for the property. | |
Switch | Gets or sets the text of the command line switch. |
Top