AdoDotNetObjectIdentifierConverter.UnformatPart Method

Calls the UnquoteIdentifier method.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Protected Overrides Function UnformatPart ( _
    typeName As String, _
    identifierPart As String _
) As Object
'使用
Dim typeName As String
Dim identifierPart As String
Dim returnValue As Object

returnValue = Me.UnformatPart(typeName, _
    identifierPart)
protected override Object UnformatPart(
    string typeName,
    string identifierPart
)
protected:
virtual Object^ UnformatPart(
    String^ typeName, 
    String^ identifierPart
) override
protected override function UnformatPart(
    typeName : String, 
    identifierPart : String
) : Object

Parameters

  • identifierPart
    Type: System.String

    A formatted identifier part.

Return Value

Type: System.Object

Returns the unformatted equivalent of the formatted identifier part.

Exceptions

Exception Condition
ArgumentNullException

The typeName parameter is null.

Permissions

See Also

Reference

AdoDotNetObjectIdentifierConverter Class

AdoDotNetObjectIdentifierConverter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

UnformatPart