Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows projects and hierarchies to register themselves with source control and obtain information on source control status.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("224209ED-E56C-4C8D-A7FF-31CF4686798D")> _
Public Interface IVsSccManager3 _
Inherits IVsSccManager2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("224209ED-E56C-4C8D-A7FF-31CF4686798D")]
public interface IVsSccManager3 : IVsSccManager2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"224209ED-E56C-4C8D-A7FF-31CF4686798D")]
public interface class IVsSccManager3 : IVsSccManager2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("224209ED-E56C-4C8D-A7FF-31CF4686798D")>]
type IVsSccManager3 =
interface
interface IVsSccManager2
end
public interface IVsSccManager3 extends IVsSccManager2
The IVsSccManager3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
BrowseForProject | |
![]() |
CancelAfterBrowseForProject | |
![]() |
GetSccGlyph | |
![]() |
GetSccGlyphFromStatus | |
![]() |
IsBSLSupported | Specifies whether the active SCC provider supports background solution load (BSL). |
![]() |
IsInstalled | |
![]() |
RegisterSccProject | |
![]() |
UnregisterSccProject |
Top