NormalizedSpanCollection Constructor (Span)
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
'宣言
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.Span
The 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