TextViewCommandFilter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TextViewCommandFilter() | |
TextViewCommandFilter(IVsTextView, Int32[]) |
TextViewCommandFilter()
protected:
TextViewCommandFilter();
protected TextViewCommandFilter ();
Protected Sub New ()
适用于
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())
参数
- view
- IVsTextView
- recongizableCommands
- Int32[]