PreviewTeamView.SetTitle(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.
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.