XamlBindingHelper.SetPropertyFromUInt64 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 un DependencyProperty à partir d’une valeur UInt64 .
public:
static void SetPropertyFromUInt64(Platform::Object ^ dependencyObject, DependencyProperty ^ propertyToSet, unsigned long long value);
static void SetPropertyFromUInt64(IInspectable const& dependencyObject, DependencyProperty const& propertyToSet, uint64_t const& value);
public static void SetPropertyFromUInt64(object dependencyObject, DependencyProperty propertyToSet, ulong value);
function setPropertyFromUInt64(dependencyObject, propertyToSet, value)
Public Shared Sub SetPropertyFromUInt64 (dependencyObject As Object, propertyToSet As DependencyProperty, value As ULong)
Paramètres
- dependencyObject
-
Object
Platform::Object
IInspectable
Objet auquel appartient la propriété définie.
- propertyToSet
- DependencyProperty
Propriété dans laquelle la valeur est écrite.
- value
-
UInt64
unsigned long long
uint64_t
Valeur à définir.
Remarques
Cette méthode est destinée à être utilisée dans le code généré par le compilateur XAML.