NormalizedSnapshotSpanCollection Constructor (ITextSnapshot, IList<Span>)
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
声明
Public Sub New ( _
snapshot As ITextSnapshot, _
spans As IList(Of Span) _
)
public NormalizedSnapshotSpanCollection(
ITextSnapshot snapshot,
IList<Span> spans
)
public:
NormalizedSnapshotSpanCollection(
ITextSnapshot^ snapshot,
IList<Span>^ spans
)
new :
snapshot:ITextSnapshot *
spans:IList<Span> -> NormalizedSnapshotSpanCollection
public function NormalizedSnapshotSpanCollection(
snapshot : ITextSnapshot,
spans : IList<Span>
)
Parameters
- snapshot
Type: Microsoft.VisualStudio.Text.ITextSnapshot
- spans
Type: System.Collections.Generic.IList<Span>
.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.
See Also
Reference
NormalizedSnapshotSpanCollection Class