'宣言 Public Overloads Sub AnalyzeLineBreakpoints( _ ByVal analysisSource As TextAnalysisQuickSource, _ ByVal textPosition As System.Integer, _ ByVal textLength As System.Integer, _ ByVal analysisSink As TextAnalysisSink _ )
public void AnalyzeLineBreakpoints( TextAnalysisQuickSource analysisSource, System.int textPosition, System.int textLength, TextAnalysisSink analysisSink )
パラメータ
- analysisSource
- A reference to the source object to analyze.
- textPosition
- The starting text position within the source object.
- textLength
- The text length to analyze.
- analysisSink
- A reference to the sink callback object that receives the text analysis.