Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.Build.Framework.XamlTypes Namespace

 

Classes used to represent XAML types parsed from files, rules, and other sources.

ClassDescription
System_CAPS_pubclassArgument

Represents an argument to a BaseProperty.

System_CAPS_pubclassBaseProperty

Represents a Rule property.

System_CAPS_pubclassBoolProperty

Represents the schema of a Boolean property.

System_CAPS_pubclassCategory

Represents a category to which a BaseProperty can belong.

System_CAPS_pubclassCategorySchema

The CategorySchema provides a strongly-typed identity handle to the underlying schema data model.

System_CAPS_pubclassContentType

Used to deserialize the content type information

System_CAPS_pubclassDataSource

Represents the location and grouping for a BaseProperty.

System_CAPS_pubclassDynamicEnumProperty

Represents the schema of an enumeration property.

System_CAPS_pubclassEnumProperty

Represents the schema of an enumeration property.

System_CAPS_pubclassEnumValue

Represents an admissible value of an EnumProperty.

System_CAPS_pubclassFileExtension

A simple class that deserializes content type data.

System_CAPS_pubclassIntProperty

Represent the schema of an integer property.

System_CAPS_pubclassItemType

Used to deserialize the item type information.

System_CAPS_pubclassNameValuePair

Represents a name-value pair. The name cannot be null or empty.

System_CAPS_pubclassProjectSchemaDefinitions

Represents a data-driven XAML script project schema.

System_CAPS_pubclassRule

Used to represent the schema information for a Tool, a Custom Build Rule, a PropertyPage, and so on.

System_CAPS_pubclassRuleBag

A container for Rule instances.

System_CAPS_pubclassRuleSchema

The RuleSchema provides a strongly-typed identity handle to the underlying schema data model.

System_CAPS_pubclassStringListProperty

Represents the schema of a list-of-strings property.

System_CAPS_pubclassStringProperty

Represents the schema of a string property.

System_CAPS_pubclassValueEditor

Represents a value editor.

InterfaceDescription
System_CAPS_pubinterfaceIProjectSchemaNode

Defines an interface that all root classes from project schema XAML files must implement.

EnumerationDescription
System_CAPS_pubenumDefaultValueSourceLocation

Determines whether the default value for a property is set at the bottom or the top of the project file.

System_CAPS_pubenumRuleOverrideMode

Describes a subsequent definition for a rule with the same name.

Return to top
Show: