AttributeParameterData Class
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
Attribute |
Initializes a new instance of the AttributeParameterData class with specified type and array contents. |
Attribute |
Initializes a new instance of the AttributeParameterData class with specified type and value. |
Attribute |
Initializes a new instance of the AttributeParameterData class with specified type and text value. |
Array |
Gets the array contents of the attribute parameter data. |
Text |
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. |
Product | Versions |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |