IVsSccFolderManager Interface

Definition

Platform SCC service.

public interface class IVsSccFolderManager
public interface IVsSccFolderManager
type IVsSccFolderManager = interface
Public Interface IVsSccFolderManager

Methods

CloseFolder(String)

Inform Folder SCC Manager that given folder is not a dev focus anymore. We may release associated bindings currently opened for this folder.

GetSccStatusAsync(String, CancellationToken)

Platform will delegate to the provider that binds to the path or its parent.

OpenFolder(String)

Visual Studio can call it to hint working in particular folder and will be interested in SCC status for items under it.

Events

SccStatusChanged

Aggregates the events from active providers and routes to subscribers.

Applies to