This topic has not yet been rated - Rate this topic

CodeModel2.DotNetNameFromLanguageSpecific Method 

Converts a native language string to .Net format.

Namespace: EnvDTE80
Assembly: EnvDTE80 (in envdte80.dll)

string DotNetNameFromLanguageSpecific (
	string LanguageName
)
String DotNetNameFromLanguageSpecific (
	String LanguageName
)
function DotNetNameFromLanguageSpecific (
	LanguageName : String
) : String

Parameters

LanguageName

The string to convert.

Return Value

The converted string.

Takes the input string in a native language and converts it to .Net format. For Visual C# and Visual Basic, System.Windows.Forms remains the same. For Visual C++, System::Windows::Forms becomes System.Windows.Forms.

NoteNote

The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same. For more information, see the section Code Model Element Values Can Change in Discovering Code with the Code Model (Visual Basic).

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.