다음을 통해 공유


IKeyProcessorProvider.GetAssociatedProcessor 메서드

지정된 IWpfTextViewKeyProcessor를 만듭니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Function GetAssociatedProcessor ( _
    wpfTextView As IWpfTextView _
) As KeyProcessor
KeyProcessor GetAssociatedProcessor(
    IWpfTextView wpfTextView
)
KeyProcessor^ GetAssociatedProcessor(
    IWpfTextView^ wpfTextView
)
abstract GetAssociatedProcessor : 
        wpfTextView:IWpfTextView -> KeyProcessor
function GetAssociatedProcessor(
    wpfTextView : IWpfTextView
) : KeyProcessor

매개 변수

반환 값

형식: Microsoft.VisualStudio.Text.Editor.KeyProcessor
만들어진 KeyProcessor입니다.값이 될 수 있습니다 nullNull 참조(Visual Basic의 경우 Nothing) 이 경우 IKeyProcessorProvider 현재 컨텍스트에 참여 하고자 하지 않습니다.

.NET Framework 보안

참고 항목

참조

IKeyProcessorProvider 인터페이스

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