IVsSccManager3 Interface

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
Public method BrowseForProject
Public method CancelAfterBrowseForProject
Public method GetSccGlyph
Public method GetSccGlyphFromStatus
Public method IsBSLSupported Specifies whether the active SCC provider supports background solution load (BSL).
Public method IsInstalled
Public method RegisterSccProject
Public method UnregisterSccProject

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace