IVsSccProject2 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodGetSccFiles(UInt32, array<CALPOLESTR>^, array<CADWORD>^)

This method is called to determine which files should be placed under source control for a given VSITEMID within this hierarchy.

System_CAPS_pubmethodGetSccSpecialFiles(UInt32, String^, array<CALPOLESTR>^, array<CADWORD>^)

This method is called to discover special (hidden files) associated with a given VSITEMID within this hierarchy.

System_CAPS_pubmethodSccGlyphChanged(Int32, array<UInt32>^, array<VsStateIcon>^, array<UInt32>^)

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.

System_CAPS_pubmethodSetSccLocation(String^, String^, String^, String^)

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.

Return to top
Show: