IDocumentSite2::GetObject Method (Object^)
Visual Studio 2015
Returns the IDispatch interface of the object.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- ppDisp
-
Type:
System::Object^
[out] The IDispatch interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From objext.idl:
[C++]
HRESULT IDocumentSite2::GetObject( [out] IDispatch** ppDisp );
Show: