Version

VersionedDocumentSpan Constructor(RichTextDocumentVersion,Int32,Int32)

Instantiates a new VersionedDocumentSpan
Syntax
'Declaration
 
Public Function New( _
   ByVal version As RichTextDocumentVersion, _
   ByVal offset As Integer, _
   ByVal length As Integer _
)
public VersionedDocumentSpan( 
   RichTextDocumentVersion version,
   int offset,
   int length
)

Parameters

version
The associated RichTextDocumentVersion.
offset
The zero-based offset into the document.
length
The length of the document content in span.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionIf offset is less than 0 or the offset + length is less than 0.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also