DataObjectIdentifierConverter.FormatPart Method

Definition

Formats a specified identifier part.

protected:
 abstract System::String ^ FormatPart(System::String ^ typeName, System::Object ^ identifierPart, Microsoft::VisualStudio::Data::Services::DataObjectIdentifierFormat format);
protected abstract string FormatPart (string typeName, object identifierPart, Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormat format);
abstract member FormatPart : string * obj * Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormat -> string
Protected MustOverride Function FormatPart (typeName As String, identifierPart As Object, format As DataObjectIdentifierFormat) As String

Parameters

typeName
String

The name of the data object type.

identifierPart
Object

The unformatted value of an identifier part.

format
DataObjectIdentifierFormat

A value from the enumeration DataObjectIdentifierFormat indicating the format of the string.

Returns

The specified identifier part as a formatted string.

Applies to