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

適用於