IVsAggregatableProject.SetInnerProject(Object) 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.
This method is used to pass in the pointer to the inner IUnknown of the project subtype that is being aggregated.
public:
int SetInnerProject(System::Object ^ punkInner);
public:
int SetInnerProject(Platform::Object ^ punkInner);
int SetInnerProject(winrt::Windows::Foundation::IInspectable const & punkInner);
public int SetInnerProject (object punkInner);
abstract member SetInnerProject : obj -> int
Public Function SetInnerProject (punkInner As Object) As Integer
Parameters
- punkInner
- Object
[in] Pointer to the IUnknown
of the inner project subtype.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsAggregatableProject::SetInnerProject([in] IUnknown *punkInner);