TextViewCommandFilter Constructors
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.
Overloads
TextViewCommandFilter() | |
TextViewCommandFilter(IVsTextView, Int32[]) |
TextViewCommandFilter()
protected:
TextViewCommandFilter();
protected TextViewCommandFilter ();
Protected Sub New ()
Applies to
TextViewCommandFilter(IVsTextView, Int32[])
public:
TextViewCommandFilter(Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ view, cli::array <int> ^ recongizableCommands);
public TextViewCommandFilter (Microsoft.VisualStudio.TextManager.Interop.IVsTextView view, int[] recongizableCommands);
new Microsoft.SqlServer.Management.UI.VSIntegration.TextViewCommandFilter : Microsoft.VisualStudio.TextManager.Interop.IVsTextView * int[] -> Microsoft.SqlServer.Management.UI.VSIntegration.TextViewCommandFilter
Public Sub New (view As IVsTextView, recongizableCommands As Integer())
Parameters
- view
- IVsTextView
- recongizableCommands
- Int32[]