ISuggestedAction.InputGestureText 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 text describing an input gesture that will apply the suggested action.
public:
property System::String ^ InputGestureText { System::String ^ get(); };
public:
property Platform::String ^ InputGestureText { Platform::String ^ get(); };
public string InputGestureText { get; }
public string? InputGestureText { get; }
member this.InputGestureText : string
Public ReadOnly Property InputGestureText As String
Property Value
The text describing an input gesture that will apply the suggested action.