IFormattedLineSource.TextAndAdornmentSequencer Property
Gets the ITextAndAdornmentSequencer used by this source.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
‘선언
ReadOnly Property TextAndAdornmentSequencer As ITextAndAdornmentSequencer
ITextAndAdornmentSequencer TextAndAdornmentSequencer { get; }
property ITextAndAdornmentSequencer^ TextAndAdornmentSequencer {
ITextAndAdornmentSequencer^ get ();
}
abstract TextAndAdornmentSequencer : ITextAndAdornmentSequencer
function get TextAndAdornmentSequencer () : ITextAndAdornmentSequencer
Property Value
Type: Microsoft.VisualStudio.Text.Formatting.ITextAndAdornmentSequencer
The ITextAndAdornmentSequencer used by this source.
.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.