DataObjectIdentifierConverter.FormatPart Method

Formats a specified identifier part.

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

Syntax

'宣言
Protected MustOverride Function FormatPart ( _
    typeName As String, _
    identifierPart As Object, _
    format As DataObjectIdentifierFormat _
) As String
'使用
Dim typeName As String
Dim identifierPart As Object
Dim format As DataObjectIdentifierFormat
Dim returnValue As String

returnValue = Me.FormatPart(typeName, _
    identifierPart, format)
protected abstract string FormatPart(
    string typeName,
    Object identifierPart,
    DataObjectIdentifierFormat format
)
protected:
virtual String^ FormatPart(
    String^ typeName, 
    Object^ identifierPart, 
    DataObjectIdentifierFormat format
) abstract
protected abstract function FormatPart(
    typeName : String, 
    identifierPart : Object, 
    format : DataObjectIdentifierFormat
) : String

Parameters

  • identifierPart
    Type: System.Object

    The unformatted value of an identifier part.

Return Value

Type: System.String

The specified identifier part as a formatted string.

Permissions

See Also

Reference

DataObjectIdentifierConverter Class

DataObjectIdentifierConverter Members

Microsoft.VisualStudio.Data.Framework Namespace

DataObjectIdentifierFormat