CoreWindowDialog.CancelCommandIndex 속성

정의

대화 취소 작업에 대한 명령 인덱스 값을 가져오고 설정합니다.

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

속성 값

UInt32

unsigned int

uint32_t

대화 취소 작업에 대한 명령 인덱스 값입니다.

적용 대상