CodeModel2.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.
Converts a native language string to .NET format.
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 string to convert.
Returns
The converted string.
- Attributes
Remarks
Takes the input string in a native language and converts it to .NET format. For Visual C# and Visual Basic, System.Windows.Forms remains the same. For Visual C++, System::Windows::Forms becomes System.Windows.Forms.
Note
The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.