IVsSccFolderProviderBinder Interface

Definition

Discovers SCC providers for a folder.

public interface class IVsSccFolderProviderBinder
public interface class IVsSccFolderProviderBinder
__interface IVsSccFolderProviderBinder
public interface IVsSccFolderProviderBinder
type IVsSccFolderProviderBinder = interface
Public Interface IVsSccFolderProviderBinder

Methods

BindAsync(String, CancellationToken)

Find a controling scc provider for "rootFolder". It is ok to look inside but that would be at discretion of what is convenient and performant for the current provider. It might return all known "roots" if it is global registration based. IVsSccFolderManager will attempt to rebind dynamically on get status.

Events

SccBindingsChanged

Notifies when bindings are changed (aka new repositories created or deleted, or provider is deactivated).

SccStatusChanged

Aggregates the item status changed events from active providers and route to subscribers (FolderManager).

Applies to