VCCodeModel::DotNetNameFromLanguageSpecific Method (String^)

 

Translates the namespace to a .NET form.

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

String^ DotNetNameFromLanguageSpecific(
	String^ LanguageName
)

Parameters

LanguageName
Type: System::String^

The name of the language to translate to a fully qualified .NET namespace.

Return Value

Type: System::String^

A fully qualified .NET namespace.

Return to top
Show: