IVsIntellisenseProject.GetProjectCodeModel(Object, 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.
Récupère le modèle de code pour le projet.
public:
int GetProjectCodeModel(System::Object ^ pProj, [Runtime::InteropServices::Out] System::Object ^ % ppCodeModel);
int GetProjectCodeModel(winrt::Windows::Foundation::IInspectable const & pProj, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppCodeModel);
public int GetProjectCodeModel (object pProj, out object ppCodeModel);
abstract member GetProjectCodeModel : obj * obj -> int
Public Function GetProjectCodeModel (pProj As Object, ByRef ppCodeModel As Object) As Integer
Paramètres
- pProj
- Object
[in] Pointeur vers l'interface IUnknown du projet.
- ppCodeModel
- Object
[out] Pointeur vers IUnknown du modèle de code.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.