Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an ITextAndAdornmentSequencer for the specified ITextView.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Function Create ( _
view As ITextView _
) As ITextAndAdornmentSequencer
ITextAndAdornmentSequencer Create(
ITextView view
)
ITextAndAdornmentSequencer^ Create(
ITextView^ view
)
abstract Create :
view:ITextView -> ITextAndAdornmentSequencer
function Create(
view : ITextView
) : ITextAndAdornmentSequencer
Parameters
view
Type: Microsoft.VisualStudio.Text.Editor.ITextViewThe ITextView.
Return Value
Type: Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentSequencer
The ITextAndAdornmentSequencer.
.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.