Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of NormalizedSpanCollection that contains the specified span.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Sub New ( _
span As Span _
)
public NormalizedSpanCollection(
Span span
)
public:
NormalizedSpanCollection(
Span span
)
new :
span:Span -> NormalizedSpanCollection
public function NormalizedSpanCollection(
span : Span
)
Parameters
span
Type: Microsoft.VisualStudio.Text.SpanThe span contained by the span set.
.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
NormalizedSpanCollection Class