MFStrGetByIndex Method (MFrameClass)
string index
string ID
string result
Gets a string by its index.
Syntax
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
) 

Parameters

_nIndex
string index
_pbsStrID
string ID
_pbsString
string result
See Also

Reference

MFrameClass Class
MFrameClass Members