MarkupExtensionReturnTypeAttribute.ExpressionType Vlastnost

Definice

Upozornění

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

Zastaralé; nepoužívejte.

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

Hodnota vlastnosti

Zastaralé; nepoužívejte.

Atributy

Poznámky

Forma MarkupExtensionReturnTypeAttribute , která hlásí druhý parametr pro výraz, je zastaralá a neměla by se používat. Pokud je výraz možný, měli byste místo toho použít atribut s návratovým typem Object . Viz třída XamlSetMarkupExtensionAttribute.

Platí pro