MFObjGetByIndex Method (MFFrameClass)
object's index
object's ID
attached object
Gets an attached object by its index.
Syntax
Public Overridable Sub MFObjGetByIndex( _
   ByVal _nIndex As Integer, _
   ByRef _pbsObjID As String, _
   ByRef _ppObj As Object, _
   ByVal _bMakeLocal As Integer _
) 
public virtual void MFObjGetByIndex( 
   int _nIndex,
   out string _pbsObjID,
   out object _ppObj,
   int _bMakeLocal
)
public procedure MFObjGetByIndex( 
    _nIndex: Integer;
   Out  _pbsObjID: String;
   Out  _ppObj: TObject;
    _bMakeLocal: Integer
); virtual; 
public: virtual void MFObjGetByIndex( 
   int _nIndex,
   [PARAMFLAG::Out] BSTR* _pbsObjID,
   [PARAMFLAG::Out] IUnknown* _ppObj,
   int _bMakeLocal
) 

Parameters

_nIndex
object's index
_pbsObjID
object's ID
_ppObj
attached object
_bMakeLocal
See Also

Reference

MFFrameClass Class
MFFrameClass Members