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


IMouseProcessorProvider.GetAssociatedProcessor - метод

Создает IMouseProcessor для IWpfTextView.

Пространство имен:  Microsoft.VisualStudio.Text.Editor
Сборка:  Microsoft.VisualStudio.Text.UI.Wpf (в Microsoft.VisualStudio.Text.UI.Wpf.dll)

Синтаксис

'Декларация
Function GetAssociatedProcessor ( _
    wpfTextView As IWpfTextView _
) As IMouseProcessor
IMouseProcessor GetAssociatedProcessor(
    IWpfTextView wpfTextView
)
IMouseProcessor^ GetAssociatedProcessor(
    IWpfTextView^ wpfTextView
)
abstract GetAssociatedProcessor : 
        wpfTextView:IWpfTextView -> IMouseProcessor
function GetAssociatedProcessor(
    wpfTextView : IWpfTextView
) : IMouseProcessor

Параметры

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

Тип: Microsoft.VisualStudio.Text.Editor.IMouseProcessor
Созданный IMouseProcessor.Значение может быть равно null, если данный поставщик IMouseProcessorProvider не хочет участвовать в текущем контексте.

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

См. также

Ссылки

IMouseProcessorProvider Интерфейс

Microsoft.VisualStudio.Text.Editor - пространство имен