IExtendedObject::GetInnerObject Method (Guid, IntPtr)
Visual Studio 2015
Retrieves the inner object corresponding to a GUID.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- iid
-
Type:
System::Guid
[in] The GUID of the desired inner object.
- ppvObject
-
Type:
System::IntPtr
[out] Reference to the inner object.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From designer.idl:
HRESULT IExtendedObject::GetInnerObject( [in] REFIID iid, [out, iid_is(iid)] void ** ppvObject ;
Show: