다음을 통해 공유


IStorageProviderUICommand.State 속성

정의

public:
 property StorageProviderUICommandState State { StorageProviderUICommandState get(); };
StorageProviderUICommandState State();
public StorageProviderUICommandState State { get; }
var storageProviderUICommandState = iStorageProviderUICommand.state;
Public ReadOnly Property State As StorageProviderUICommandState

속성 값

  • 명령이 전혀 표시되지 않아야 하는 경우 숨김 .
  • 명령을 표시하고 사용하지 않도록 설정해야 하는 경우 사용 안 함.
  • 명령을 표시하고 사용하도록 설정해야 하는 경우 사용.

설명

상태가 사용 안 함으로 설정되면 명령이 표시되지만 클릭할 수 없습니다. 상태가 사용되면 명령이 표시되고 클릭할 수 있습니다.

Windows에서 "숨김" 요청 명령을 "사용 안 함"으로 표시하도록 선택할 수 있습니다. 이러한 명령은 표시되지만 클릭할 수는 없습니다.

적용 대상

추가 정보