UserActivityVisualElements.Description Property

Definition

Gets and sets the description text that is used for the details tile for this UserActivity.

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

void Description(winrt::hstring value);
public string Description { get; set; }
var string = userActivityVisualElements.description;
userActivityVisualElements.description = string;
Public Property Description As String

Property Value

String

Platform::String

winrt::hstring

The description.

Applies to