IVsIntellisenseProjectManager::GetContainedLanguageFactory Method (String^, IVsContainedLanguageFactory^)

 

Obtains the contained language factory for a given language.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: