IVsDataSourceVersionComparer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the ability to compare data source specific version strings.
public interface class IVsDataSourceVersionComparer : IComparable<System::String ^>
[Microsoft.VisualStudio.Data.Core.DataClientObject("DBE7CC72-58E6-457e-B38F-3CB34FF59057")]
[Microsoft.VisualStudio.Data.Core.DataDefaultObject("737871B7-9254-4221-8387-085B287EA104")]
public interface IVsDataSourceVersionComparer : IComparable<string>
[<Microsoft.VisualStudio.Data.Core.DataClientObject("DBE7CC72-58E6-457e-B38F-3CB34FF59057")>]
[<Microsoft.VisualStudio.Data.Core.DataDefaultObject("737871B7-9254-4221-8387-085B287EA104")>]
type IVsDataSourceVersionComparer = interface
interface IComparable<string>
Public Interface IVsDataSourceVersionComparer
Implements IComparable(Of String)
- Derived
- Attributes
- Implements