Bitmap for UWP
GetNumberSubstitution メソッド (TextAnalysisSource)

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalysisSource インターフェース : GetNumberSubstitution メソッド
The starting position from which to report.
Contains the length of the text, in characters, remaining in the text range up to the next differing number substitution.
Gets the number substitution from the text range affected by the text analysis.
シンタックス
'宣言
 
Function GetNumberSubstitution( _
   ByVal textPosition As System.Integer, _
   ByRef textLength As System.Integer _
) As NumberSubstitution
NumberSubstitution GetNumberSubstitution( 
   System.int textPosition,
   out System.int textLength
)

パラメータ

textPosition
The starting position from which to report.
textLength
Contains the length of the text, in characters, remaining in the text range up to the next differing number substitution.

戻り値の型

the number substitution from the text range affected by the text analysis.
解説
Any implementation should return the number substitution with an incremented reference count, and the analysis will release when finished with it (either before the next call or before it returns). However, the sink callback may hold onto it after that.
参照

TextAnalysisSource インターフェース
TextAnalysisSource メンバ