다음을 통해 공유


IScrollMapFactoryService.Create 메서드 (ITextView, Boolean)

지정된 ITextView에 대한 기존 스크롤 맵을 만들거나 다시 사용합니다.

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

구문

‘선언
Function Create ( _
    textView As ITextView, _
    areElisionsExpanded As Boolean _
) As IScrollMap
IScrollMap Create(
    ITextView textView,
    bool areElisionsExpanded
)
IScrollMap^ Create(
    ITextView^ textView, 
    bool areElisionsExpanded
)
abstract Create : 
        textView:ITextView * 
        areElisionsExpanded:bool -> IScrollMap
function Create(
    textView : ITextView, 
    areElisionsExpanded : boolean
) : IScrollMap

매개 변수

  • areElisionsExpanded
    형식: Boolean

    true모든 elisions, 그렇지 않으면 확장 됩니다 것 처럼 좌표계가 스크롤 지도 법으로 사용할 경우 false.

반환 값

형식: Microsoft.VisualStudio.Text.Editor.IScrollMap
textView에 대한 IScrollMap입니다.

.NET Framework 보안

참고 항목

참조

IScrollMapFactoryService 인터페이스

Create 오버로드

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