IVsDataObjectIdentifierResolver Interface

Definition

Represents the interface that exposes methods for expanding and contracting an identifier for a specified data object.

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
Derived
Attributes

Methods

ContractIdentifier(String, Object[])

When implemented by a class, contracts an identifier for a data object with the specified type and complete identifier.

ExpandIdentifier(String, Object[])

When implemented by a class, expands an identifier for a data object with the specified type and partial identifier.

Applies to