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