CodeModel2.LanguageSpecificNameFromDotNet(String) Method

Definition

Translates from the fully qualified Visual Studio name to an unmanaged namespace form.

public:
 System::String ^ LanguageSpecificNameFromDotNet(System::String ^ DotNETName);
public:
 Platform::String ^ LanguageSpecificNameFromDotNet(Platform::String ^ DotNETName);
std::wstring LanguageSpecificNameFromDotNet(std::wstring const & DotNETName);
[System.Runtime.InteropServices.DispId(202)]
public string LanguageSpecificNameFromDotNet (string DotNETName);
[<System.Runtime.InteropServices.DispId(202)>]
abstract member LanguageSpecificNameFromDotNet : string -> string
Public Function LanguageSpecificNameFromDotNet (DotNETName As String) As String

Parameters

DotNETName
String

The name of the fully qualified Visual Studio namespace.

Returns

Returns a string containing an unmanaged namespace.

Attributes

Remarks

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