共用方式為


IStorageProviderUICommand.Label 屬性

定義

public:
 property Platform::String ^ Label { Platform::String ^ get(); };
winrt::hstring Label();
public string Label { get; }
var string = iStorageProviderUICommand.label;
Public ReadOnly Property Label As String

屬性值

String

Platform::String

winrt::hstring

備註

根據命令在飛出視窗中的位置,此標籤可能會出現在命令按鈕本身或工具提示上。 飛出視窗目前顯示下列命令會在命令按鈕內顯示標籤:

每個次要命令 ProviderSecondaryCommands都會將標籤顯示為工具提示。

針對所有命令,螢幕助讀程式會大聲朗讀此標籤。

適用於

另請參閱