IScrollMapFactoryService.Create Yöntem

Tanım

Aşırı Yüklemeler

Create(ITextView)

Belirtilen için varolan bir kaydırma haritasını oluşturur veya yeniden kullanır ITextView .

Create(ITextView, Boolean)

Belirtilen için varolan bir kaydırma haritasını oluşturur veya yeniden kullanır ITextView .

Create(ITextView)

Belirtilen için varolan bir kaydırma haritasını oluşturur veya yeniden kullanır ITextView .

public:
 Microsoft::VisualStudio::Text::Editor::IScrollMap ^ Create(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
 Microsoft::VisualStudio::Text::Editor::IScrollMap ^ Create(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
Microsoft::VisualStudio::Text::Editor::IScrollMap Create(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public Microsoft.VisualStudio.Text.Editor.IScrollMap Create (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member Create : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Text.Editor.IScrollMap
Public Function Create (textView As ITextView) As IScrollMap

Parametreler

textView
ITextView

ITextView almak için IScrollMap .

Döndürülenler

IScrollMap

IScrollMapİçin bir textView .

Açıklamalar

Bu kaydırma eşlemesi tarafından döndürülen koordinat sistemi, hiçbir şekilde genişletilmemiş gibi davranır.

Şunlara uygulanır

Create(ITextView, Boolean)

Belirtilen için varolan bir kaydırma haritasını oluşturur veya yeniden kullanır ITextView .

public:
 Microsoft::VisualStudio::Text::Editor::IScrollMap ^ Create(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView, bool areElisionsExpanded);
public:
 Microsoft::VisualStudio::Text::Editor::IScrollMap ^ Create(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView, bool areElisionsExpanded);
Microsoft::VisualStudio::Text::Editor::IScrollMap Create(Microsoft::VisualStudio::Text::Editor::ITextView const & textView, bool areElisionsExpanded);
public Microsoft.VisualStudio.Text.Editor.IScrollMap Create (Microsoft.VisualStudio.Text.Editor.ITextView textView, bool areElisionsExpanded);
abstract member Create : Microsoft.VisualStudio.Text.Editor.ITextView * bool -> Microsoft.VisualStudio.Text.Editor.IScrollMap
Public Function Create (textView As ITextView, areElisionsExpanded As Boolean) As IScrollMap

Parametreler

textView
ITextView

ITextView almak için IScrollMap .

areElisionsExpanded
Boolean

Bu kaydırma eşlemesi tarafından kullanılan koordinat sistemi, tüm elim genişletilmiş gibi davranır mi?

Döndürülenler

IScrollMap

IScrollMapİçin bir textView .

Şunlara uygulanır