CoreWindowDialog.CancelCommandIndex プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダイアログキャンセル操作のコマンド インデックス値を取得および設定します。
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
プロパティ値
ダイアログの取り消し操作のコマンド インデックス値。