Partager via


IXamlDirect.GetInt32Property(Object, XamlPropertyIndex) Méthode

Définition

Obtient la valeur d’une propriété Int32 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:
 int GetInt32Property(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
int GetInt32Property(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public int GetInt32Property(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetInt32Property (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Integer

Paramètres

xamlDirectObject
Object

Platform::Object

IInspectable

Référence à iXamlDirect spécifique.

propertyIndex
XamlPropertyIndex

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

Retours

Int32

int

Valeur Int32 de la propriété spécifiée.

S’applique à

Voir aussi