MarkupExtensionReturnTypeAttribute.ExpressionType Property

Definition

Caution

This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.

Deprecated; do not use.

public:
 property Type ^ ExpressionType { Type ^ get(); };
public Type ExpressionType { get; }
[System.Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")]
public Type ExpressionType { get; }
member this.ExpressionType : Type
[<System.Obsolete("This is not used by the XAML parser. Please look at XamlSetMarkupExtensionAttribute.")>]
member this.ExpressionType : Type
Public ReadOnly Property ExpressionType As Type

Property Value

Deprecated; do not use.

Attributes

Remarks

The form of MarkupExtensionReturnTypeAttribute that reports a second parameter for an expression is deprecated and should not be used. If an expression is possible, you should attribute with a return type of Object instead. See XamlSetMarkupExtensionAttribute.

Applies to