ArcFM Responder Mobile Developer Guide
InternalFindByObj Method






Syntax
'Declaration
 
<System.Runtime.InteropServices.TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)>
Public Overridable Sub InternalFindByObj( _
   ByVal pFindListObj As IMMFindListObj, _
   ByVal bRecurse As System.Boolean, _
   ByVal bCopy As System.Boolean, _
   ByVal pSimpleContainer As IMMSimpleContainer _
) 
'Usage
 
Dim instance As MMStoredItemTopLevelClass
Dim pFindListObj As IMMFindListObj
Dim bRecurse As System.Boolean
Dim bCopy As System.Boolean
Dim pSimpleContainer As IMMSimpleContainer
 
instance.InternalFindByObj(pFindListObj, bRecurse, bCopy, pSimpleContainer)
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
public virtual void InternalFindByObj( 
   IMMFindListObj pFindListObj,
   System.bool bRecurse,
   System.bool bCopy,
   IMMSimpleContainer pSimpleContainer
)
public procedure InternalFindByObj( 
    pFindListObj: IMMFindListObj;
    bRecurse: System.Boolean;
    bCopy: System.Boolean;
    pSimpleContainer: IMMSimpleContainer
); virtual; 
System.Runtime.InteropServices.TypeLibFuncAttribute(TypeLibFuncFlags.FHidden)
public function InternalFindByObj( 
   pFindListObj : IMMFindListObj,
   bRecurse : System.boolean,
   bCopy : System.boolean,
   pSimpleContainer : IMMSimpleContainer
);
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
public: virtual void InternalFindByObj( 
   IMMFindListObj* pFindListObj,
   System.bool bRecurse,
   System.bool bCopy,
   IMMSimpleContainer* pSimpleContainer
) 
[System.Runtime.InteropServices.TypeLibFunc(TypeLibFuncFlags.FHidden)]
public:
virtual void InternalFindByObj( 
   IMMFindListObj^ pFindListObj,
   System.bool bRecurse,
   System.bool bCopy,
   IMMSimpleContainer^ pSimpleContainer
) 

Parameters

pFindListObj
bRecurse
bCopy
pSimpleContainer
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMStoredItemTopLevelClass Class
MMStoredItemTopLevelClass Members

Send Feedback