IVsSccFolderProvider Interface

Definition

Folder based SCC provider.

public interface class IVsSccFolderProvider : IDisposable
public interface IVsSccFolderProvider : IDisposable
type IVsSccFolderProvider = interface
    interface IDisposable
Public Interface IVsSccFolderProvider
Implements IDisposable
Implements

Properties

RootFolder

root folder full path that is serviced by this provider instance.

Methods

GetSccStatusAsync(String, CancellationToken)

Gets the scc status (checkout state and icon) of file or folder.

Applies to