IVsLanguageInfo::GetLanguageName Method (String^)
Visual Studio 2015
Returns the name of the programming language.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- bstrName
-
Type:
System::String^
[out] Returns a BSTR that contains the language name.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsLanguageInfo::GetLanguageName( [out] BSTR *bstrName );
Return the name of the language, such as "HTML" or "C++".
Note |
|---|
The name returned from this method must be the same name used when registering the language service with Visual Studio. |
Show:
