VCCodeModel.LanguageSpecificNameFromDotNet(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 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