VCCodeModel::LanguageSpecificNameFromDotNet Method (String^)

 

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

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

String^ LanguageSpecificNameFromDotNet(
	String^ DotNETName
)

Parameters

DotNETName
Type: System::String^

The name of the fully qualified namespace.

Return Value

Type: System::String^

An unmanaged namespace.

Return to top
Show: