Share via


IVsDataObjectIdentifierConverter 介面

定義

表示能夠在格式化字串與原始元件之間轉換資料物件識別碼。

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
衍生
屬性

方法

ConvertToArray(String, String)

由類別實作時,將格式化字串標識元轉換成其對等的標識碼部分集。

ConvertToString(String, Object[])

由類別實作時,將一組標識符元件轉換成格式化字串標識碼。

ConvertToString(String, Object[], DataObjectIdentifierFormat)

由類別實作時,根據指定的格式選項,將一組標識碼部分轉換成格式化字串標識元。

適用於