MFStrGet Method (MFactoryClass)
string ID
string itself
Get a string data attached to the MFFrame
Syntax
Public Overridable Sub MFStrGet( _
   ByVal _bsStrID As String, _
   ByRef _pbsString As String _
) 
public virtual void MFStrGet( 
   string _bsStrID,
   out string _pbsString
)
public procedure MFStrGet( 
    _bsStrID: String;
   Out  _pbsString: String
); virtual; 
public: virtual void MFStrGet( 
   BSTR* _bsStrID,
   [PARAMFLAG::Out] BSTR* _pbsString
) 

Parameters

_bsStrID
string ID
_pbsString
string itself
See Also

Reference

MFactoryClass Class
MFactoryClass Members