Partager via


IXamlDirect.GetXamlDirectObjectProperty(Object, XamlPropertyIndex) Méthode

Définition

Obtient la valeur d’une propriété IXamlDirect pour un IXamlDirect spécifique.

Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 Platform::Object ^ GetXamlDirectObjectProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
IInspectable GetXamlDirectObjectProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public object GetXamlDirectObjectProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetXamlDirectObjectProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Object

Paramètres

xamlDirectObject
Object

Platform::Object

IInspectable

Référence à iXamlDirect spécifique.

propertyIndex
XamlPropertyIndex

Référence à la propriété IXamlDirect sur laquelle obtenir la valeur de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .

Retours

Object

Platform::Object

IInspectable

S’applique à