IVsSccProject2 Members
Include Protected Members
Include Inherited Members
Implemented in a project system to provide source control for project files and project items.
The IVsSccProject2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetSccFiles | This method is called to determine which files should be placed under source control for a given VSITEMID within this hierarchy. | |
GetSccSpecialFiles | This method is called to discover special (hidden files) associated with a given VSITEMID within this hierarchy. | |
SccGlyphChanged | This method is called by the source control portion of the environment to inform the project of changes to the source control glyph on various nodes. | |
SetSccLocation | This method is called by the source control portion of the environment when a project is initially added to source control, or to change some of the project's settings. |
Top