バージョン

FromTextLocation メソッド

指定した TextDocumentSnapshot の指定した Infragistics.Documents.Parsing.TextLocation を表す SnapshotPoint を返します。
シンタックス
'宣言
 
Public Shared Function FromTextLocation( _
   ByVal textLocation As TextLocation, _
   ByVal associatedSnapshot As TextDocumentSnapshot _
) As SnapshotPoint
public static SnapshotPoint FromTextLocation( 
   TextLocation textLocation,
   TextDocumentSnapshot associatedSnapshot
)

パラメータ

textLocation
Infragistics.Documents.Parsing.TextLocation
associatedSnapshot
指定した textLocation と関連づけられた TextDocumentSnapshot

戻り値の型

参照