Compartilhar via


FlavoredProject.IVsAggregatableProject.SetInnerProject Method

Sets up the inner project as well as the necessary interface pointers.

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaração
Private Function SetInnerProject ( _
    inner As Object _
) As Integer Implements IVsAggregatableProject.SetInnerProject
int IVsAggregatableProject.SetInnerProject(
    Object inner
)

Parameters

  • inner
    Type: System.Object
    The IUnknown of the inner project subtype.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsAggregatableProject.SetInnerProject(Object)

Remarks

This method sets up the interface pointers innerVsAggregatableProject, innerVsHierarchy, and innerVsUIHierarchy, then calls SetInner.

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace