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)
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: StringThe name of the fully qualified namespace.
Return Value
Type: String
An unmanaged 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.