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)
Syntax
'Declaration
Function LanguageSpecificNameFromDotNet ( _
DotNETName As String _
) As String
string LanguageSpecificNameFromDotNet(
string DotNETName
)
String^ LanguageSpecificNameFromDotNet(
String^ DotNETName
)
abstract LanguageSpecificNameFromDotNet :
DotNETName:string -> string
function LanguageSpecificNameFromDotNet(
DotNETName : String
) : String
Parameters
- DotNETName
Type: System.String
The name of the fully qualified namespace.
Return Value
Type: System.String
An unmanaged namespace.
Implements
CodeModel2.LanguageSpecificNameFromDotNet(String)
.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.