IXamlDirect.GetGridLengthProperty(Object, XamlPropertyIndex) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur d’une propriété GridLength 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:
GridLength GetGridLengthProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
GridLength GetGridLengthProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public GridLength GetGridLengthProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetGridLengthProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As GridLength
Paramètres
- xamlDirectObject
-
Object
Platform::Object
IInspectable
Référence à iXamlDirect spécifique.
- propertyIndex
- XamlPropertyIndex
Référence à la propriété GridLength sur laquelle obtenir la valeur de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .
Retours
Valeur GridLength de la propriété spécifiée.