IVsIntellisenseProject.GetFileCodeModel(Object, Object, Object) Yöntem

Tanım

Proje ve öğe tarafından belirtilen bir dosyanın kod modelini alır.

public:
 int GetFileCodeModel(System::Object ^ pProj, System::Object ^ pProjectItem, [Runtime::InteropServices::Out] System::Object ^ % ppCodeModel);
int GetFileCodeModel(winrt::Windows::Foundation::IInspectable const & pProj, winrt::Windows::Foundation::IInspectable const & pProjectItem, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppCodeModel);
public int GetFileCodeModel (object pProj, object pProjectItem, out object ppCodeModel);
abstract member GetFileCodeModel : obj * obj * obj -> int
Public Function GetFileCodeModel (pProj As Object, pProjectItem As Object, ByRef ppCodeModel As Object) As Integer

Parametreler

pProj
Object

'ndaki IUnknown Projenin arabirimine yönelik işaretçi.

pProjectItem
Object

'ndaki IUnknown Proje öğesinin arabirimine yönelik işaretçi.

ppCodeModel
Object

dışı IUnknown Kod modelinin işaretçisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Şunlara uygulanır