バージョン

SnapshotPoint コンストラクタ

新しい SnapshotPoint をインスタンス化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal snapshot As TextDocumentSnapshot, _
   ByVal position As Integer _
)
public SnapshotPoint( 
   TextDocumentSnapshot snapshot,
   int position
)

パラメータ

snapshot
関連付けられた TextDocumentSnapshot
position
スナップショット内の位置。
参照