IVsSccCurrentBranch.BranchUIClickedAsync Method
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.
Clicked handler that is called when the UI that displays current branch information in a UI is clicked.
public:
System::Threading::Tasks::Task ^ BranchUIClickedAsync(Microsoft::VisualStudio::Shell::ISccUIClickedEventArgs ^ args, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task BranchUIClickedAsync (Microsoft.VisualStudio.Shell.ISccUIClickedEventArgs args, System.Threading.CancellationToken cancellationToken);
abstract member BranchUIClickedAsync : Microsoft.VisualStudio.Shell.ISccUIClickedEventArgs * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function BranchUIClickedAsync (args As ISccUIClickedEventArgs, cancellationToken As CancellationToken) As Task
Parameters
Absolute coordinates of the UI that was clicked.
- cancellationToken
- CancellationToken
A cancellation token.
Returns
A task that completes when the event has been handled. If the task is faulted, the exception will be recorded in the VS activity log.