IVsDataSourceVersionComparer Interface
Represents the interface that exposes the ability to compare two data source–specific version strings.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<DataClientObjectAttribute("DBE7CC72-58E6-457e-B38F-3CB34FF59057")> _
<DataDefaultObjectAttribute("737871B7-9254-4221-8387-085B287EA104")> _
Public Interface IVsDataSourceVersionComparer _
Inherits IComparable(Of String)
[DataClientObjectAttribute("DBE7CC72-58E6-457e-B38F-3CB34FF59057")]
[DataDefaultObjectAttribute("737871B7-9254-4221-8387-085B287EA104")]
public interface IVsDataSourceVersionComparer : IComparable<string>
[DataClientObjectAttribute(L"DBE7CC72-58E6-457e-B38F-3CB34FF59057")]
[DataDefaultObjectAttribute(L"737871B7-9254-4221-8387-085B287EA104")]
public interface class IVsDataSourceVersionComparer : IComparable<String^>
[<DataClientObjectAttribute("DBE7CC72-58E6-457e-B38F-3CB34FF59057")>]
[<DataDefaultObjectAttribute("737871B7-9254-4221-8387-085B287EA104")>]
type IVsDataSourceVersionComparer =
interface
interface IComparable<string>
end
public interface IVsDataSourceVersionComparer extends IComparable<String>
The IVsDataSourceVersionComparer type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the current object with another object of the same type. (Inherited from IComparable<String>.) |
Top
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace