バージョン

VersionedDocumentOffset コンストラクタ(RichTextDocumentVersion,Int32)

VersionedDocumentOffset 値を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal version As RichTextDocumentVersion, _
   ByVal offset As Integer _
)
public VersionedDocumentOffset( 
   RichTextDocumentVersion version,
   int offset
)

パラメータ

version
オフセットに適用されるドキュメントのバージョン。
offset
ドキュメントの指定したバージョンのオフセット。
参照