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.

TypeId

When implemented in a derived class, gets a unique identifier for this Attribute.

(Inherited from Attribute)

Methods

Name Description
Equals(Object)

Returns a value that indicates whether this instance is equal to a specified object.

(Inherited from Attribute)
GetHashCode()

Returns the hash code for this instance.

(Inherited from Attribute)
GetType()

Gets the Type of the current instance.

(Inherited from