Bewerken

AcceptedMarkupExtensionExpressionTypeAttribute Class

Definition

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
AcceptedMarkupExtensionExpressionTypeAttribute
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.

Applies to

See also