IVsIntellisenseProject.GetContainedLanguageFactory – metoda (IVsContainedLanguageFactory)
Vrací ukazatel IVsContainedLanguageFactory rozhraní 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 GetContainedLanguageFactory(
out IVsContainedLanguageFactory ppContainedLanguageFactory
)
int GetContainedLanguageFactory(
[OutAttribute] IVsContainedLanguageFactory^% ppContainedLanguageFactory
)
abstract GetContainedLanguageFactory :
ppContainedLanguageFactory:IVsContainedLanguageFactory byref -> int
Function GetContainedLanguageFactory (
<OutAttribute> ByRef ppContainedLanguageFactory As IVsContainedLanguageFactory
) As Integer
Parametry
- ppContainedLanguageFactory
[výstup] Ukazatel IVsContainedLanguageFactory rozhraní.
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