KnownUIContexts.RepositoryOpen Property
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.
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