QuickLink.Title Property

Definition

Specifies the title of a QuickLink. The system displays this info when the user is presented with a list of possible apps to share content with.

public:
 property Platform::String ^ Title { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Title();

void Title(winrt::hstring value);
public string Title { get; set; }
var string = quickLink.title;
quickLink.title = string;
Public Property Title As String

Property Value

String

Platform::String

winrt::hstring

Specifies the title of the QuickLink.

Applies to