Share via


PreviewTeamView.SetButtonLabel(String) メソッド

定義

[スタート] メニュー ボタンのカスタマイズされたテキストを設定します。 既定のテキストは、アプリの表示名です。

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

ボタン ラベルのテキストを表す文字列。

適用対象