DataObjectIdentifierConverter.UnformatPart Method

Removes formatting applied to a given identifier part.

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

Syntax

'宣言
Protected MustOverride 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 abstract Object UnformatPart(
    string typeName,
    string identifierPart
)
protected:
virtual Object^ UnformatPart(
    String^ typeName, 
    String^ identifierPart
) abstract
protected abstract function UnformatPart(
    typeName : String, 
    identifierPart : String
) : Object

Parameters

  • identifierPart
    Type: System.String

    A formatted identifier part.

Return Value

Type: System.Object

The unformatted equivalent of the formatted identifier part.

Permissions

See Also

Reference

DataObjectIdentifierConverter Class

DataObjectIdentifierConverter Members

Microsoft.VisualStudio.Data.Framework Namespace