IVsSccManager2 Members
Include Protected Members
Include Inherited Members
Allows projects and hierarchies to register themselves with source control and obtain information on source control status.
The IVsSccManager2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
BrowseForProject | Obsolete: returns E_NOTIMPL. | |
CancelAfterBrowseForProject | Obsolete: returns E_NOTIMPL. | |
GetSccGlyph | This method is called by projects to discover the source control glyphs to use on files and the files' source control status; this is the only way to get status. | |
GetSccGlyphFromStatus | This function determines which glyph to display, given a combination of status flags. | |
IsInstalled | This function determines whether the source control package is installed. Source control packages should always return S_OK and pbInstalled = nonzero. | |
RegisterSccProject | This method is called by projects that are under source control when they are first opened to register project settings. | |
UnregisterSccProject | Called by projects registered with the source control portion of the environment before they are closed. |
Top