CompletionExpander(String, String, ImageElement) Constructor
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.
Constructs an instance of CompletionExpander.
public:
CompletionExpander(System::String ^ displayText, System::String ^ accessKey, Microsoft::VisualStudio::Text::Adornments::ImageElement ^ image);
public CompletionExpander (string displayText, string accessKey, Microsoft.VisualStudio.Text.Adornments.ImageElement image);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionExpander : string * string * Microsoft.VisualStudio.Text.Adornments.ImageElement -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionExpander
Public Sub New (displayText As String, accessKey As String, image As ImageElement)
Parameters
- displayText
- String
Name of this expander
- accessKey
- String
Key used in a keyboard shortcut that toggles this expander
- image
- ImageElement
Image which represents this expander