PreviewTeamView.SetTitle(String) Method

Definition

Setting a customized or localized sidebar title. The default title is the app's display name.

public:
 virtual void SetTitle(Platform::String ^ title) = SetTitle;
void SetTitle(winrt::hstring const& title);
public void SetTitle(string title);
function setTitle(title)
Public Sub SetTitle (title As String)

Parameters

title
String

Platform::String

winrt::hstring

The string that represents the app's title.

Applies to