FlavoredProject.IVsAggregatableProject.SetInnerProject(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Installe le projet interne ainsi que les pointeurs d'interface requis.
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
Paramètres
- inner
- Object
IUnknown du sous-type de projet interne.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Implémente
Remarques
Cette méthode Configure les pointeurs d’interface innerVsAggregatableProject , innerVsHierarchy , et innerVsUIHierarchy , puis appelle <xref:Microsoft.VisualStudio.ProjectAggregator2.Interop.IVsProjectAggregator2.SetInner%2A> .