FocusSettings.Value Propriété
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 ou définit le paramètre de valeur de focus.
public:
property IReference<unsigned int> ^ Value { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> Value();
void Value(IReference<uint32_t> value);
public System.Nullable<uint> Value { get; set; }
var iReference = focusSettings.value;
focusSettings.value = iReference;
Public Property Value As Nullable(Of UInteger)
Valeur de propriété
Paramètre de valeur de focus.