AcceptedMarkupExtensionExpressionTypeAttribute 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.
Caution
This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.
Notates types for legacy reporting of XAML markup extension characteristics.
public ref class AcceptedMarkupExtensionExpressionTypeAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
public class AcceptedMarkupExtensionExpressionTypeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
[<System.Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")>]
type AcceptedMarkupExtensionExpressionTypeAttribute = class
inherit Attribute
Public Class AcceptedMarkupExtensionExpressionTypeAttribute
Inherits Attribute
- Inheritance
- Attributes
Remarks
This class is obsolete and will not compile under any version of the .NET Framework. Do not use.
Constructors
| Name | Description |
|---|---|
| AcceptedMarkupExtensionExpressionTypeAttribute(Type) |
Initializes a new instance of the AcceptedMarkupExtensionExpressionTypeAttribute class. |
Properties
| Name | Description |
|---|---|
| Type |
Gets or sets the return type that this attribute reports. |