This documentation is archived and is not being maintained.
BoolProperty Class
Visual Studio 2010
Represents the schema of a Boolean property.
System::Object
Microsoft.Build.Framework.XamlTypes::BaseProperty
Microsoft.Build.Framework.XamlTypes::BoolProperty
Microsoft.Build.Framework.XamlTypes::BaseProperty
Microsoft.Build.Framework.XamlTypes::BoolProperty
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
The BoolProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets or sets a list of arguments for this property. (Inherited from BaseProperty.) |
![]() | Category | Gets or sets the name of the category to which this property belongs. (Inherited from BaseProperty.) |
![]() | ContainingRule | Gets or sets the Rule that contains this BaseProperty. (Inherited from BaseProperty.) |
![]() | DataSource | Gets or sets the data source where the current value of this property is stored. (Inherited from BaseProperty.) |
![]() | Default | Gets or sets the default value for this property. (Inherited from BaseProperty.) |
![]() | Description | Gets or sets a description of this BaseProperty for use by a prospective UI client. (Inherited from BaseProperty.) |
![]() | DisplayName | Gets or sets a name that can be used by a prospective UI client to display this BaseProperty. (Inherited from BaseProperty.) |
![]() | F1Keyword | Gets or sets the keyword that is used to open the help page for this property. (Inherited from BaseProperty.) |
![]() | HelpContext | Gets or sets the Help context to use when the user presses F1. (Inherited from BaseProperty.) |
![]() | HelpFile | Gets or sets the Help file to use when the user presses F1. (Inherited from BaseProperty.) |
![]() | HelpUrl | Gets or sets the URL of the Help page for this property. The page is opened when the user presses F1. (Inherited from BaseProperty.) |
![]() | IncludeInCommandLine | Gets or sets a hint to the command-line constructor whether to include this property in the command line. (Inherited from BaseProperty.) |
![]() | IsRequired | Gets or sets a flag that indicates whether this property is required to have a value set. (Inherited from BaseProperty.) |
![]() | Metadata | Gets or sets additional attributes of this BaseProperty. (Inherited from BaseProperty.) |
![]() | MultipleValuesAllowed | Gets or sets a switch that specifies whether this property allows multiple values to be supplied/selected simultaneously. (Inherited from BaseProperty.) |
![]() | Name | Gets or sets the name of this BaseProperty. (Inherited from BaseProperty.) |
![]() | ReadOnly | Gets or sets a flag that indicates whether this property is read-only. (Inherited from BaseProperty.) |
![]() | ReverseSwitch | Gets or sets a flag that forces the logical negation of the value of a Boolean switch. |
![]() | Separator | Gets or sets the token used to separate a switch from its value. (Inherited from BaseProperty.) |
![]() | Subcategory | Gets or sets the subcategory this property belongs to. (Inherited from BaseProperty.) |
![]() | Switch | Gets or sets the switch representation of this property when the property represents a tool parameter. (Inherited from BaseProperty.) |
![]() | SwitchPrefix | Gets or sets the prefix for the switch representation of this property when this property represents a tool parameter. (Inherited from BaseProperty.) |
![]() | ValueEditors | Gets or sets the list of value editors for this property. (Inherited from BaseProperty.) |
![]() | Visible | Gets or sets a hint to the UI client that tells it whether to display this property. (Inherited from BaseProperty.) |
| Name | Description | |
|---|---|---|
![]() | BeginInit | See BeginInit. (Inherited from BaseProperty.) |
![]() | EndInit | See EndInit. (Inherited from BaseProperty.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
