PreviewTeamView.SetButtonLabel(String) Method

Definition

Sets customized text for the Start menu button. The default text is the app's display name.

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)

Parameters

label
String

Platform::String

winrt::hstring

The string that represents the button label text.

Applies to