ActionOverload.DescriptionTemplate Property
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.
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
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.