Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates or reuses an existing scroll map for the specified ITextView.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
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
Parameters
textView
Type: Microsoft.VisualStudio.Text.Editor.ITextViewITextView for which to get an IScrollMap.
areElisionsExpanded
Type: System.Booleantrue if the coordinate system used by this scroll map act as if all elisions are expanded, otherwise false.
Return Value
Type: Microsoft.VisualStudio.Text.Editor.IScrollMap
An IScrollMap for textView.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.