IVsIntellisenseProjectManager::GetContainedLanguageFactory Method (String^, IVsContainedLanguageFactory^)
Visual Studio 2015
Obtains the contained language factory for a given language.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
int GetContainedLanguageFactory(
String^ bstrLanguage,
[OutAttribute] IVsContainedLanguageFactory^% ppContainedLanguageFactory
)
Parameters
- bstrLanguage
-
Type:
System::String^
[in] String containing the name of the language.
- ppContainedLanguageFactory
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsContainedLanguageFactory^
[out] Pointer to an IVsContainedLanguageFactory interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: