Public Overridable Sub MFStrGetByIndex( _ ByVal _nIndex As Integer, _ ByRef _pbsStrID As String, _ ByRef _pbsString As String _ )
public virtual void MFStrGetByIndex( int _nIndex, out string _pbsStrID, out string _pbsString )
public procedure MFStrGetByIndex( _nIndex: Integer; Out _pbsStrID: String; Out _pbsString: String ); virtual;
public: virtual void MFStrGetByIndex( int _nIndex, [PARAMFLAG::Out] BSTR* _pbsStrID, [PARAMFLAG::Out] BSTR* _pbsString )
MFrameClass Class MFrameClass Members