IVsSccCurrentRepository Interface

Definition

An interface that is implemented by a Source Control Provider to track the currently active repository and user interaction with the displayed information.

C++
public interface class IVsSccCurrentRepository : Microsoft::VisualStudio::Shell::IVsSccCurrentRepositoryDisplayInformation, System::ComponentModel::INotifyPropertyChanged
Attributes
Implements

Properties

RepositoryDetail

The detailed information for a repository. This could, for example, be displayed as a tooltip on control.

(Inherited from IVsSccCurrentRepositoryDisplayInformation)
RepositoryIcon

The icon to be displayed along with the repository name.

(Inherited from IVsSccCurrentRepositoryDisplayInformation)
RepositoryName

The repository name that will be displayed in a UI.

(Inherited from IVsSccCurrentRepositoryDisplayInformation)

Methods

RepositoryUIClickedAsync(ISccUIClickedEventArgs, CancellationToken)

Clicked handler that is called when the UI that displays repository information is clicked.

Applies to

Produto Versões
Visual Studio SDK 2015, 2017, 2019, 2022