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 可以選擇將「隱藏」要求的命令顯示為「已停用」。 這些命令會顯示,但無法按兩下。