IVsAggregatableProjectCorrected.SetInnerProject(IntPtr) 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(IntPtr punkInnerIUnknown);
public int SetInnerProject (IntPtr punkInnerIUnknown);
abstract member SetInnerProject : nativeint -> int
Public Function SetInnerProject (punkInnerIUnknown As IntPtr) As Integer

Parameters

punkInnerIUnknown
IntPtr

nativeint

[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.

Applies to