VCCodeModel.LanguageSpecificNameFromDotNet(String) Method

Definition

Translates from the fully qualified 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 namespace.

Returns

An unmanaged namespace.

Implements

Attributes

Applies to