AttributeParameterData 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.
Specifies attribute parameter data.
public ref class AttributeParameterData sealed
public sealed class AttributeParameterData
type AttributeParameterData = class
Public NotInheritable Class AttributeParameterData
- Inheritance
-
AttributeParameterData
Constructors
AttributeParameterData(XamlType, IEnumerable<AttributeParameterData>) |
Initializes a new instance of the AttributeParameterData class with specified type and array contents. |
AttributeParameterData(XamlType, Object) |
Initializes a new instance of the AttributeParameterData class with specified type and value. |
AttributeParameterData(XamlType, String) |
Initializes a new instance of the AttributeParameterData class with specified type and text value. |
Properties
ArrayContents |
Gets the array contents of the attribute parameter data. |
TextValue |
Gets or sets the text value of the attribute parameter data. |
Type |
Gets or sets the XAML type of the attribute parameter data. |
Value |
Gets or sets the value of the attribute parameter data. |