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)
'إقرار
Function LanguageSpecificNameFromDotNet ( _
DotNETName As String _
) As String
'الاستخدام
Dim instance As VCCodeModel
Dim DotNETName As String
Dim returnValue As String
returnValue = instance.LanguageSpecificNameFromDotNet(DotNETName)
string LanguageSpecificNameFromDotNet(
string DotNETName
)
String^ LanguageSpecificNameFromDotNet(
String^ DotNETName
)
abstract LanguageSpecificNameFromDotNet :
DotNETName:string -> string
function LanguageSpecificNameFromDotNet(
DotNETName : String
) : String
- DotNETName
Type: System.String
The name of the fully qualified namespace.
Type: System.String
An unmanaged namespace.
CodeModel2.LanguageSpecificNameFromDotNet(String)
- 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.