MLCHARGENLib Namespace > CoMLCharGenClass Class : GetItemProperties Method |
Public Overridable Sub GetItemProperties( _ ByVal _bsItemID As String, _ ByVal _bsPropertyName As String, _ ByRef _pbsPropertyDesc As String _ )
public virtual void GetItemProperties( string _bsItemID, string _bsPropertyName, out string _pbsPropertyDesc )
public procedure GetItemProperties( _bsItemID: String; _bsPropertyName: String; Out _pbsPropertyDesc: String ); virtual;
public: virtual void GetItemProperties( BSTR* _bsItemID, BSTR* _bsPropertyName, [PARAMFLAG::Out] BSTR* _pbsPropertyDesc )