IVsIntellisenseProject.GetFileCodeModel(Object, Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.