CodeModel2.DotNetNameFromLanguageSpecific(String) Method

Definition

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.

Applies to