VCCodeModel.DotNetNameFromLanguageSpecific(String) 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.
Translates the namespace to a .NET form.
public:
System::String ^ DotNetNameFromLanguageSpecific(System::String ^ LanguageName);
public:
Platform::String ^ DotNetNameFromLanguageSpecific(Platform::String ^ LanguageName);
std::wstring DotNetNameFromLanguageSpecific(std::wstring const & LanguageName);
[System.Runtime.InteropServices.DispId(201)]
public string DotNetNameFromLanguageSpecific (string LanguageName);
[<System.Runtime.InteropServices.DispId(201)>]
abstract member DotNetNameFromLanguageSpecific : string -> string
Public Function DotNetNameFromLanguageSpecific (LanguageName As String) As String
Parameters
- LanguageName
- String
The name of the language to translate to a fully qualified .NET namespace.
Returns
A fully qualified .NET namespace.
Implements
- Attributes