BoolProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the schame of a boolean property.
public ref class BoolProperty sealed : Microsoft::Build::Framework::XamlTypes::BaseProperty
public sealed class BoolProperty : Microsoft.Build.Framework.XamlTypes.BaseProperty
type BoolProperty = class
inherit BaseProperty
Public NotInheritable Class BoolProperty
Inherits BaseProperty
- Inheritance
Constructors
BoolProperty() |
The parameterless constructor for a Boolean property. |
Properties
Arguments |
List of arguments for this property. (Inherited from BaseProperty) |
Category |
The name of the category to which this property belongs to. (Inherited from BaseProperty) |
ContainingRule |
The Rule containing this BaseProperty. (Inherited from BaseProperty) |
DataSource |
The data source where the current value of this property is stored. (Inherited from BaseProperty) |
Default |
Specifies the default value for this property. (Inherited from BaseProperty) |
Description |
Description of this BaseProperty for use by a prospective UI client. (Inherited from BaseProperty) |
DisplayName |
The name that could be used by a prospective UI client to display this BaseProperty. (Inherited from BaseProperty) |
F1Keyword |
The keyword that is used to open the help page for this property. (Inherited from BaseProperty) |
HelpContext |
The help context to use when the user hits F1. Must specify HelpFile along with this. (Inherited from BaseProperty) |
HelpFile |
The help file to use when the user hits F1. Must specify HelpContext along with this. (Inherited from BaseProperty) |
HelpUrl |
The URL of the help page for this property that will be opened when the user hits F1. (Inherited from BaseProperty) |
IncludeInCommandLine |
A hint to the command line constructor whether to include this property in the command line or not. (Inherited from BaseProperty) |
IsRequired |
Indicates whether this property is required to have a value set. (Inherited from BaseProperty) |
Metadata |
Additional attributes of this BaseProperty. (Inherited from BaseProperty) |
MultipleValuesAllowed |
A value indicating whether this property allows multiple values to be supplied/selected simultaneously. (Inherited from BaseProperty) |
Name |
The name of this BaseProperty. (Inherited from BaseProperty) |
ReadOnly |
Tells if this property is a read-only property. (Inherited from BaseProperty) |
ReverseSwitch |
Represents the logical negation of a boolean switch. |
Separator |
The token used to separate a switch from its value. (Inherited from BaseProperty) |
Subcategory |
The sub category to which this property belongs to. (Inherited from BaseProperty) |
Switch |
The switch representation of this property for the case when this property represents a tool parameter. (Inherited from BaseProperty) |
SwitchPrefix |
The prefix for the switch representation of this property for the case when this property represents a tool parameter. (Inherited from BaseProperty) |
ValueEditors |
List of value editors for this property. (Inherited from BaseProperty) |
Visible |
A hint to the UI client telling it whether to display this property or not. (Inherited from BaseProperty) |
Methods
BeginInit() |
See ISupportInitialize. (Inherited from BaseProperty) |
EndInit() |
See ISupportInitialize. (Inherited from BaseProperty) |