GetMLProps Method (CoMLCharGenClass)
name of the property
value of the property
gets a property value
Syntax
Public Overridable Sub GetMLProps( _
   ByVal _bsPropName As String, _
   ByRef _pbsPropValue As String _
) 
public virtual void GetMLProps( 
   string _bsPropName,
   out string _pbsPropValue
)
public procedure GetMLProps( 
    _bsPropName: String;
   Out  _pbsPropValue: String
); virtual; 
public: virtual void GetMLProps( 
   BSTR* _bsPropName,
   [PARAMFLAG::Out] BSTR* _pbsPropValue
) 

Parameters

_bsPropName
name of the property
_pbsPropValue
value of the property
See Also

Reference

CoMLCharGenClass Class
CoMLCharGenClass Members