Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe name of the fully qualified namespace.
Return Value
Type: System.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.