IVsIntellisenseProject.GetCompilerReference – metoda (Object)
Ukazatel se získá IUnknown rozhraní kompilátoru pro projekt.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntaxe
int GetCompilerReference(
out object ppCompilerReference
)
int GetCompilerReference(
[OutAttribute] Object^% ppCompilerReference
)
abstract GetCompilerReference :
ppCompilerReference:Object byref -> int
Function GetCompilerReference (
<OutAttribute> ByRef ppCompilerReference As Object
) As Integer
Parametry
- ppCompilerReference
[výstup] Ukazatel IUnknown rozhraní kompilátoru pro projekt.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Viz také
IVsIntellisenseProject – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek