Partager via


CoreWindowDialog.CancelCommandIndex Propriété

Définition

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é

UInt32

unsigned int

uint32_t

Valeur d’index de commande pour l’opération d’annulation de boîte de dialogue.

S’applique à