IVsIntellisenseProject.GetContainedLanguageFactory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.