This topic has not yet been rated - Rate this topic

VCCodeModel.LanguageSpecificNameFromDotNet Method

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: String

The name of the fully qualified namespace.

Return Value

Type: String
An unmanaged namespace.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.