This documentation is archived and is not being maintained.
BaseProperty Class
Visual Studio 2010
Represents a Rule property.
System::Object
Microsoft.Build.Framework.XamlTypes::BaseProperty
Microsoft.Build.Framework.XamlTypes::BoolProperty
Microsoft.Build.Framework.XamlTypes::DynamicEnumProperty
Microsoft.Build.Framework.XamlTypes::EnumProperty
Microsoft.Build.Framework.XamlTypes::IntProperty
Microsoft.Build.Framework.XamlTypes::StringListProperty
Microsoft.Build.Framework.XamlTypes::StringProperty
Microsoft.Build.Framework.XamlTypes::BaseProperty
Microsoft.Build.Framework.XamlTypes::BoolProperty
Microsoft.Build.Framework.XamlTypes::DynamicEnumProperty
Microsoft.Build.Framework.XamlTypes::EnumProperty
Microsoft.Build.Framework.XamlTypes::IntProperty
Microsoft.Build.Framework.XamlTypes::StringListProperty
Microsoft.Build.Framework.XamlTypes::StringProperty
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
The BaseProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BaseProperty | Default constructor. Required for deserializtion from a persisted format. |
| Name | Description | |
|---|---|---|
![]() | Arguments | Gets or sets a list of arguments for this property. |
![]() | Category | Gets or sets the name of the category to which this property belongs. |
![]() | ContainingRule | Gets or sets the Rule that contains this BaseProperty. |
![]() | DataSource | Gets or sets the data source where the current value of this property is stored. |
![]() | Default | Gets or sets the default value for this property. |
![]() | Description | Gets or sets a description of this BaseProperty for use by a prospective UI client. |
![]() | DisplayName | Gets or sets a name that can be used by a prospective UI client to display this BaseProperty. |
![]() | F1Keyword | Gets or sets the keyword that is used to open the help page for this property. |
![]() | HelpContext | Gets or sets the Help context to use when the user presses F1. |
![]() | HelpFile | Gets or sets the Help file to use when the user presses F1. |
![]() | HelpUrl | Gets or sets the URL of the Help page for this property. The page is opened when the user presses F1. |
![]() | IncludeInCommandLine | Gets or sets a hint to the command-line constructor whether to include this property in the command line. |
![]() | IsRequired | Gets or sets a flag that indicates whether this property is required to have a value set. |
![]() | Metadata | Gets or sets additional attributes of this BaseProperty. |
![]() | MultipleValuesAllowed | Gets or sets a switch that specifies whether this property allows multiple values to be supplied/selected simultaneously. |
![]() | Name | Gets or sets the name of this BaseProperty. |
![]() | ReadOnly | Gets or sets a flag that indicates whether this property is read-only. |
![]() | Separator | Gets or sets the token used to separate a switch from its value. |
![]() | Subcategory | Gets or sets the subcategory this property belongs to. |
![]() | Switch | Gets or sets the switch representation of this property when the property represents a tool parameter. |
![]() | SwitchPrefix | Gets or sets the prefix for the switch representation of this property when this property represents a tool parameter. |
![]() | ValueEditors | Gets or sets the list of value editors for this property. |
![]() | Visible | Gets or sets a hint to the UI client that tells it whether to display this property. |
| Name | Description | |
|---|---|---|
![]() | BeginInit | See BeginInit. |
![]() | EndInit | See EndInit. |
![]() | 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.) |
This represents the schema information (name, allowed values, and so on) of a Rule property. Because this is just schema information, there is no field such as "Value" to get/set the value of this property. If you manually instantiate this class, call BeginInit before you set the first property of the object and EndInit after you set the last property.
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:
