FlavoredProject.IVsAggregatableProject.SetInnerProject(Object) Method
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.
Sets up the inner project as well as the necessary interface pointers.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetInnerProject(System::Object ^ inner) = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProject::SetInnerProject;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetInnerProject(Platform::Object ^ inner) = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProject::SetInnerProject;
int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetInnerProject(winrt::Windows::Foundation::IInspectable const & inner);
int IVsAggregatableProject.SetInnerProject (object inner);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetInnerProject : obj -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.SetInnerProject : obj -> int
Function SetInnerProject (inner As Object) As Integer Implements IVsAggregatableProject.SetInnerProject
- inner
- Object
The IUnknown
of the inner project subtype.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method sets up the interface pointers innerVsAggregatableProject, innerVsHierarchy, and innerVsUIHierarchy, then calls <xref:Microsoft.VisualStudio.ProjectAggregator2.Interop.IVsProjectAggregator2.SetInner%2A>.