CoreWindowDialog.DefaultCommandIndex 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 l’index de la commande par défaut de la fenêtre de dialogue.
public:
property unsigned int DefaultCommandIndex { unsigned int get(); void set(unsigned int value); };
uint32_t DefaultCommandIndex();
void DefaultCommandIndex(uint32_t value);
public uint DefaultCommandIndex { get; set; }
var uInt32 = coreWindowDialog.defaultCommandIndex;
coreWindowDialog.defaultCommandIndex = uInt32;
Public Property DefaultCommandIndex As UInteger
Valeur de propriété
Valeur d’index de la commande par défaut de la fenêtre de dialogue (par exemple , OK).