MarkupExtensionReturnTypeAttribute.ExpressionType 属性

定义

注意

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

已弃用;请勿使用。

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

属性值

已弃用;请勿使用。

属性

注解

报告表达式第二个参数的 的格式 MarkupExtensionReturnTypeAttribute 已弃用,不应使用。 如果表达式是可能的,则应改用返回类型 为 Object 的属性。 请参阅 XamlSetMarkupExtensionAttribute

适用于