다음을 통해 공유


IMouseProcessorProvider.GetAssociatedProcessor 메서드

IWpfTextViewIMouseProcessor를 만듭니다.

네임스페이스:  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입니다.이 IMouseProcessorProvider에서 현재 컨텍스트에 참여하지 않으려는 경우 값이 null일 수 있습니다.

.NET Framework 보안

참고 항목

참조

IMouseProcessorProvider 인터페이스

Microsoft.VisualStudio.Text.Editor 네임스페이스