Share via


ActionOverload.DescriptionTemplate Property

Definition

Gets the description template for the app action overload.

public:
 property Platform::String ^ DescriptionTemplate { Platform::String ^ get(); };
winrt::hstring DescriptionTemplate();
public string DescriptionTemplate { get; }
var string = actionOverload.descriptionTemplate;
Public ReadOnly Property DescriptionTemplate As String

Property Value

String

Platform::String

winrt::hstring

The description template.

Remarks

Each overload of an app action has its own description. The descriptions are defined using a template syntax that allows for the substitution of input variables into the description. For more information on the description template syntax, see Action definition JSON schema for App Actions on Windows.

Applies to