この
IRichValueオブジェクトから指定されたフィールド値を取得します。
            
            
            
            
            '宣言
 
Public Overloads Function TryGetFieldValue( _
   ByVal  As System.String, _
   ByRef  As System.Object _
) As System.Boolean
             
        
            
            public System.bool TryGetFieldValue( 
   System.string ,
   out System.object 
)
             
        
             
        
            パラメータ
- name
- フィールド名。
- value
- フィールドの値。
戻り値の型
フィールド値が正常に返されるかどうかを示すブール値。