Reports script analysis for the specified text range.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Sub SetScriptAnalysis( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As ScriptAnalysis _
) 
             
        
            
            void SetScriptAnalysis( 
   System.int ,
   System.int ,
   ScriptAnalysis 
)
             
        
             
        
            パラメータ
- textPosition
 
- The starting position from which to report.
 - textLength
 
- The number of UTF16 units of the reported range.
 - scriptAnalysis
 
- A reference to a structure that contains a zero-based index representation of a writing system script and a value indicating whether additional shaping of text is required.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照