Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Déclaration
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