KnownUIContexts.RepositoryOpen Property

Definition

A UI context indicating whether an active repository is currently open. This UI context will be used by an SCC provider to indicate that a repository is open. For example, this will be used by the Git provider to indicate that a repository is open so the shell can react accordingly

public:
 static property Microsoft::VisualStudio::Shell::UIContext ^ RepositoryOpen { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
public static Microsoft.VisualStudio.Shell.UIContext RepositoryOpen { get; }
static member RepositoryOpen : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property RepositoryOpen As UIContext

Property Value

Applies to