PreviewTeamView.SetButtonLabel(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 [開始] 功能表按鈕的自訂文字。 預設文字是應用程式的顯示名稱。
public:
virtual void SetButtonLabel(Platform::String ^ label) = SetButtonLabel;
void SetButtonLabel(winrt::hstring const& label);
public void SetButtonLabel(string label);
function setButtonLabel(label)
Public Sub SetButtonLabel (label As String)
參數
- label
-
String
Platform::String
winrt::hstring
表示按鈕標籤文字的字串。