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

プロパティ値

非推奨。使用しないでください。

属性

注釈

式の 2 番目のパラメーターを報告する の MarkupExtensionReturnTypeAttribute 形式は非推奨であり、使用しないでください。 式が可能な場合は、代わりに 戻り値の Object 型を持つ 属性を指定する必要があります。 以下を参照してください。XamlSetMarkupExtensionAttribute

適用対象