IntellisenseFilter 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.
Create an instance of an IntellisenseFilter with the specified attributes.
IntellisenseFilter(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker, std::wstring const & toolTip, std::wstring const & accessKey, std::wstring const & automationText, bool initialIsChecked = false, bool initialIsEnabled = true);
public IntellisenseFilter (Microsoft.VisualStudio.Imaging.Interop.ImageMoniker moniker, string toolTip, string accessKey, string automationText, bool initialIsChecked = false, bool initialIsEnabled = true);
new Microsoft.VisualStudio.Language.Intellisense.IntellisenseFilter : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker * string * string * string * bool * bool -> Microsoft.VisualStudio.Language.Intellisense.IntellisenseFilter
Public Sub New (moniker As ImageMoniker, toolTip As String, accessKey As String, automationText As String, Optional initialIsChecked As Boolean = false, Optional initialIsEnabled As Boolean = true)
Parameters
- moniker
- ImageMoniker
- toolTip
- String
- accessKey
- String
- automationText
- String
- initialIsChecked
- Boolean
- initialIsEnabled
- Boolean