ISuggestedAction Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayText | Gets the localized text representing the suggested action. This property should never be null. |
![]() | HasActionSets | Determines whether this action has nested suggested action sets. |
![]() | HasPreview | Determines whether this suggested action can provide a preview via GetPreviewAsync(CancellationToken)./// </summary>/// <remarks> </remarks> |
![]() | IconAutomationText | Gets the text to be used as the automation name for the icon when it's displayed. For purposes of accessibility, this property should not be null if the icon is specified. |
![]() | IconMoniker | Gets an optional icon representing the suggested action or null if this suggested action doesn't have an icon. |
![]() | InputGestureText | Gets the text describing an input gesture that will apply the suggested action. |
Show:
