PreviewTeamView.SetButtonLabel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.