NormalizedSnapshotSpanCollection Constructor (IList<SnapshotSpan>)
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
‘선언
Public Sub New ( _
snapshotSpans As IList(Of SnapshotSpan) _
)
public NormalizedSnapshotSpanCollection(
IList<SnapshotSpan> snapshotSpans
)
public:
NormalizedSnapshotSpanCollection(
IList<SnapshotSpan>^ snapshotSpans
)
new :
snapshotSpans:IList<SnapshotSpan> -> NormalizedSnapshotSpanCollection
public function NormalizedSnapshotSpanCollection(
snapshotSpans : IList<SnapshotSpan>
)
Parameters
- snapshotSpans
Type: System.Collections.Generic.IList<SnapshotSpan>
.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