Assigns the reference to the parent IAdapterCollection that will contain this AdapterBase.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected override void AssignParentCollection( IAdapterCollection parent )
Protected Overrides Sub AssignParentCollection ( _ parent As IAdapterCollection _ )
protected: virtual void AssignParentCollection( IAdapterCollection^ parent ) override
Parameters
- parent (IAdapterCollection)
- Parent adapter collection.