CoreWindowDialog.CancelCommandIndex 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 et définit la valeur d’index de commande pour l’opération d’annulation de boîte de dialogue.
public:
property unsigned int CancelCommandIndex { unsigned int get(); void set(unsigned int value); };
uint32_t CancelCommandIndex();
void CancelCommandIndex(uint32_t value);
public uint CancelCommandIndex { get; set; }
var uInt32 = coreWindowDialog.cancelCommandIndex;
coreWindowDialog.cancelCommandIndex = uInt32;
Public Property CancelCommandIndex As UInteger
Valeur de propriété
Valeur d’index de commande pour l’opération d’annulation de boîte de dialogue.