IVsDataObjectIdentifierConverter Interface

Definition

Represents an ability to convert data object identifiers between formatted strings and raw parts.

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