ISuggestedActionWithFlavors Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubpropertyDisplayText

Gets the localized text representing the suggested action. This property should never be null.(Inherited from ISuggestedAction.)

System_CAPS_pubpropertyHasActionSets

Determines whether this action has nested suggested action sets.(Inherited from ISuggestedAction.)

System_CAPS_pubpropertyHasPreview

Determines whether this suggested action can provide a preview via GetPreviewAsync(CancellationToken)./// </summary>/// <remarks> </remarks>(Inherited from ISuggestedAction.)

System_CAPS_pubpropertyIconAutomationText

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.(Inherited from ISuggestedAction.)

System_CAPS_pubpropertyIconMoniker

Gets an optional icon representing the suggested action or null if this suggested action doesn't have an icon.(Inherited from ISuggestedAction.)

System_CAPS_pubpropertyInputGestureText

Gets the text describing an input gesture that will apply the suggested action.(Inherited from ISuggestedAction.)

Return to top
Show: