共用方式為


IVsDataObjectIdentifierResolver 介面

定義

表示將數據物件標識碼解析為其完整展開或合約表單的能力。

public interface class IVsDataObjectIdentifierResolver
[Microsoft.VisualStudio.Data.Core.DataClientObject("A4810A0C-49B2-4260-9D81-2D2EBA25AA3F")]
[Microsoft.VisualStudio.Data.Core.DataDefaultObject("AC97DC0A-C7E1-4532-AFBF-C80A122D6533")]
public interface IVsDataObjectIdentifierResolver
[<Microsoft.VisualStudio.Data.Core.DataClientObject("A4810A0C-49B2-4260-9D81-2D2EBA25AA3F")>]
[<Microsoft.VisualStudio.Data.Core.DataDefaultObject("AC97DC0A-C7E1-4532-AFBF-C80A122D6533")>]
type IVsDataObjectIdentifierResolver = interface
Public Interface IVsDataObjectIdentifierResolver
衍生
屬性

方法

ContractIdentifier(String, Object[])

由類別實作時,使用指定的型別和完整標識符來簽署數據對象的標識碼。

ExpandIdentifier(String, Object[])

由類別實作時,會展開具有指定型別和部分標識符之數據對象的標識碼。

適用於