IVsDataObjectIdentifierConverter Interface

Definition

Represents the interface that exposes methods for converting data source–specific object identifiers from strings to identifier parts, and from identifier parts to strings.

public interface class IVsDataObjectIdentifierConverter
[Microsoft.VisualStudio.Data.Core.DataClientObject("25F7A929-9E69-4e2f-8B31-93661DB50853")]
public interface IVsDataObjectIdentifierConverter
[<Microsoft.VisualStudio.Data.Core.DataClientObject("25F7A929-9E69-4e2f-8B31-93661DB50853")>]
type IVsDataObjectIdentifierConverter = interface
Public Interface IVsDataObjectIdentifierConverter
Derived
Attributes

Methods

ConvertToArray(String, String)

When implemented by a class, converts a formatted string identifier into its equivalent set of identifier parts.

ConvertToString(String, Object[])

When implemented by a class, converts a set of identifier parts into a formatted string identifier.

ConvertToString(String, Object[], DataObjectIdentifierFormat)

When implemented by a class, converts a set of identifier parts into a formatted string identifier, based on the specified formatting option.

Applies to