Share via


TextViewCommandFilter Constructors

Definition

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

recongizableCommands
Int32[]

Applies to