IVsSccManager2 Methods

 

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

NameDescription
System_CAPS_pubmethodBrowseForProject(String^, Int32)

Obsolete: returns E_NOTIMPL.

System_CAPS_pubmethodCancelAfterBrowseForProject()

Obsolete: returns E_NOTIMPL.

System_CAPS_pubmethodGetSccGlyph(Int32, array<String^>^, array<VsStateIcon>^, array<UInt32>^)

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.

System_CAPS_pubmethodGetSccGlyphFromStatus(UInt32, array<VsStateIcon>^)

This function determines which glyph to display, given a combination of status flags.

System_CAPS_pubmethodIsInstalled(Int32)

This function determines whether the source control package is installed. Source control packages should always return S_OK and pbInstalled = nonzero.

System_CAPS_pubmethodRegisterSccProject(IVsSccProject2^, String^, String^, String^, String^)

This method is called by projects that are under source control when they are first opened to register project settings.

System_CAPS_pubmethodUnregisterSccProject(IVsSccProject2^)

Called by projects registered with the source control portion of the environment before they are closed.

Return to top
Show: