IStorageProviderUICommand.State 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
property StorageProviderUICommandState State { StorageProviderUICommandState get(); };
StorageProviderUICommandState State();
public StorageProviderUICommandState State { get; }
var storageProviderUICommandState = iStorageProviderUICommand.state;
Public ReadOnly Property State As StorageProviderUICommandState
속성 값
- 명령이 전혀 표시되지 않아야 하는 경우 숨김
. - 명령을 표시하고 사용하지 않도록 설정해야 하는 경우 사용 안 함.
- 명령을 표시하고 사용하도록 설정해야 하는 경우 사용.
설명
상태가 사용 안 함으로 설정되면 명령이 표시되지만 클릭할 수 없습니다. 상태가 사용되면 명령이 표시되고 클릭할 수 있습니다.
Windows에서 "숨김" 요청 명령을 "사용 안 함"으로 표시하도록 선택할 수 있습니다. 이러한 명령은 표시되지만 클릭할 수는 없습니다.