バージョン

FromTextLocation メソッド

次の指定された要素の指定された Infragistics.Documents.Parsing.TextLocation を表す SnapshotPoint を返します。 TextDocumentSnapshot
シンタックス
'宣言
 
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

戻り値の型

次の指定された要素の指定された Infragistics.Documents.Parsing.TextLocation を表す SnapshotPointTextDocumentSnapshot
参照