IVersionControlProvider Interface

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
<GuidAttribute("9AD1FC5B-4244-4E80-95BB-E319D6FD9C8A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVersionControlProvider
[GuidAttribute("9AD1FC5B-4244-4E80-95BB-E319D6FD9C8A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVersionControlProvider
[GuidAttribute(L"9AD1FC5B-4244-4E80-95BB-E319D6FD9C8A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVersionControlProvider
[<GuidAttribute("9AD1FC5B-4244-4E80-95BB-E319D6FD9C8A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVersionControlProvider =  interface end
public interface IVersionControlProvider

The IVersionControlProvider type exposes the following members.

Methods

  Name Description
Public method AnnotateFiles
Public method Checkin
Public method Get
Public method GetExcludedItemsForProject
Public method GetSelectedItemsList
Public method GetSelectedItemsList2
Public method IsAnySolutionFileControlledByHatteras
Public method IsFileBoundToSCC
Public method IsFolderPartOfSolution
Public method IsHintFile
Public method IsProjectControlled
Public method IsProjectControlledByHatteras
Public method IsSolutionControlledByHatteras
Public method OpenFromSCC
Public method ProcessUndoneAdds
Public method ProcessUndoneDeletes
Public method ProcessUndoneUndeletes
Public method QueryCommandStatus
Public method RefreshGlyphs
Public method RefreshProject
Public method RefreshStatus
Public method SaveItems
Public method Shelve
Public method UnbindAll
Public method Undo

Top

See Also

Reference

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace