IVsSccManager2 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | BrowseForProject(String^, Int32) | Obsolete: returns E_NOTIMPL. |
![]() | CancelAfterBrowseForProject() | Obsolete: returns E_NOTIMPL. |
![]() | GetSccGlyph(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. |
![]() | GetSccGlyphFromStatus(UInt32, array<VsStateIcon>^) | This function determines which glyph to display, given a combination of status flags. |
![]() | IsInstalled(Int32) | This function determines whether the source control package is installed. Source control packages should always return S_OK and pbInstalled = nonzero. |
![]() | RegisterSccProject(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. |
![]() | UnregisterSccProject(IVsSccProject2^) | Called by projects registered with the source control portion of the environment before they are closed. |
Show:
