IVsAggregatableProjectCorrected.SetInnerProject(IntPtr) 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.
Cette méthode est utilisée pour passer le pointeur à l’interface IUnknown interne du sous-type de projet qui est agrégé.
public:
int SetInnerProject(IntPtr punkInnerIUnknown);
public int SetInnerProject (IntPtr punkInnerIUnknown);
abstract member SetInnerProject : nativeint -> int
Public Function SetInnerProject (punkInnerIUnknown As IntPtr) As Integer
Paramètres
- punkInnerIUnknown
- IntPtr
[in] Pointeur vers l'interface 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.