VCCodeModel.DotNetNameFromLanguageSpecific Method
Translates the namespace to a .NET form.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Function DotNetNameFromLanguageSpecific ( _
LanguageName As String _
) As String
string DotNetNameFromLanguageSpecific(
string LanguageName
)
String^ DotNetNameFromLanguageSpecific(
String^ LanguageName
)
abstract DotNetNameFromLanguageSpecific :
LanguageName:string -> string
function DotNetNameFromLanguageSpecific(
LanguageName : String
) : String
Parameters
LanguageName
Type: StringThe name of the language to translate to a fully qualified .NET namespace.
Return Value
Type: String
A fully qualified .NET namespace.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.