IVsAggregatableProject.SetInnerProject(Object) Method

Definition

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);  

Applies to