IVsAggregatableProjectCorrected.SetInnerProject(IntPtr) 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(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.