IVsDataObjectMemberComparer Interface
Represents the interface that exposes methods for comparing two data object identifier parts or properties.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
<DataDefaultObjectAttribute("1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")> _
<DataClientObjectAttribute("7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")> _
Public Interface IVsDataObjectMemberComparer
'使用
Dim instance As IVsDataObjectMemberComparer
[DataDefaultObjectAttribute("1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")]
[DataClientObjectAttribute("7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")]
public interface IVsDataObjectMemberComparer
[DataDefaultObjectAttribute(L"1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")]
[DataClientObjectAttribute(L"7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")]
public interface class IVsDataObjectMemberComparer
public interface IVsDataObjectMemberComparer
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
IVsDataObjectMemberComparer Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace