IXamlDirect.SetInt32Property(Object, XamlPropertyIndex, Int32) 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.
Définit 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:
void SetInt32Property(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex, int value);
void SetInt32Property(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex, int const& value);
public void SetInt32Property(object xamlDirectObject, XamlPropertyIndex propertyIndex, int value);
Public Sub SetInt32Property (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex, value 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 définir la valeur à partir de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .
- value
-
Int32
int
Valeur Int32 à définir sur la propriété spécifiée.