IOleClientSite.GetContainer(IOleContainer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetContainer([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleContainer ^ % ppContainer);
public:
void GetContainer([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleContainer ^ & ppContainer);
void GetContainer([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IOleContainer const & & ppContainer);
public void GetContainer (out Microsoft.VisualStudio.OLE.Interop.IOleContainer ppContainer);
abstract member GetContainer : IOleContainer -> unit
Public Sub GetContainer (ByRef ppContainer As IOleContainer)
Parameters
- ppContainer
- IOleContainer
Remarks
For information on the COM interface, see IOleClientSite::GetContainer