Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of a NormalizedSnapshotSpanCollection from a NormalizedSpanCollection and a ITextSnapshot.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Sub New ( _
snapshot As ITextSnapshot, _
spans As NormalizedSpanCollection _
)
public NormalizedSnapshotSpanCollection(
ITextSnapshot snapshot,
NormalizedSpanCollection spans
)
public:
NormalizedSnapshotSpanCollection(
ITextSnapshot^ snapshot,
NormalizedSpanCollection^ spans
)
new :
snapshot:ITextSnapshot *
spans:NormalizedSpanCollection -> NormalizedSnapshotSpanCollection
public function NormalizedSnapshotSpanCollection(
snapshot : ITextSnapshot,
spans : NormalizedSpanCollection
)
Parameters
snapshot
Type: Microsoft.VisualStudio.Text.ITextSnapshotThe ITextSnapshot to apply to spans.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | snapshot or spans is null. |
| ArgumentException | The spans in spans extend beyond the end of snapshot. |
.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