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