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: System.String

    The name of the fully qualified namespace.

Return Value

Type: System.String
An unmanaged namespace.

.NET Framework Security

See Also

Reference

VCCodeModel Interface

Microsoft.VisualStudio.VCCodeModel Namespace