Поделиться через


VsTextViewClass.RemoveCommandFilter - метод

Удаляет фильтр команд из фильтров последовательности команд.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Public Overridable Function RemoveCommandFilter ( _
    pCmdTarg As IOleCommandTarget _
) As Integer
public virtual int RemoveCommandFilter(
    IOleCommandTarget pCmdTarg
)
public:
virtual int RemoveCommandFilter(
    [InAttribute] IOleCommandTarget^ pCmdTarg
)
abstract RemoveCommandFilter : 
        pCmdTarg:IOleCommandTarget -> int  
override RemoveCommandFilter : 
        pCmdTarg:IOleCommandTarget -> int
public function RemoveCommandFilter(
    pCmdTarg : IOleCommandTarget
) : int

Параметры

  • pCmdTarg
    Тип: IOleCommandTarget

    [in] указатель к фильтру команды, которую необходимо удалить.

Возвращаемое значение

Тип: Int32

Реализации

IVsTextView.RemoveCommandFilter(IOleCommandTarget)

Безопасность платформы .NET Framework

См. также

Ссылки

VsTextViewClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен