IVsIntellisenseProject.GetContainedLanguageFactory Method

Definition

Returns a pointer to the IVsContainedLanguageFactory interface for the project.

public:
 int GetContainedLanguageFactory([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsContainedLanguageFactory ^ % ppContainedLanguageFactory);
public:
 int GetContainedLanguageFactory([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsContainedLanguageFactory ^ &  ppContainedLanguageFactory);
int GetContainedLanguageFactory([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsContainedLanguageFactory const & & ppContainedLanguageFactory);
public int GetContainedLanguageFactory (out Microsoft.VisualStudio.TextManager.Interop.IVsContainedLanguageFactory ppContainedLanguageFactory);
abstract member GetContainedLanguageFactory : IVsContainedLanguageFactory -> int
Public Function GetContainedLanguageFactory (ByRef ppContainedLanguageFactory As IVsContainedLanguageFactory) As Integer

Parameters

ppContainedLanguageFactory
IVsContainedLanguageFactory

[out] Pointer to the IVsContainedLanguageFactory interface.

Returns

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

Applies to