Share via


IVsSccProjectEvents.OnProjectRegisteredForSccChange Method

Raised when a project calls RegisterSccProject or UnregisterSccProject.

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

Syntax

'Declaration
Sub OnProjectRegisteredForSccChange ( _
    ByRef guidProject As Guid, _
    fIsRegistered As Boolean _
)
void OnProjectRegisteredForSccChange(
    ref Guid guidProject,
    bool fIsRegistered
)
void OnProjectRegisteredForSccChange(
    [InAttribute] Guid% guidProject, 
    [InAttribute] bool fIsRegistered
)
abstract OnProjectRegisteredForSccChange : 
        guidProject:Guid byref * 
        fIsRegistered:bool -> unit
function OnProjectRegisteredForSccChange(
    guidProject : Guid, 
    fIsRegistered : boolean
)

Parameters

  • guidProject
    Type: System.Guid%

    [in] The project identifier.

  • fIsRegistered
    Type: System.Boolean

    [in] Indicates whether the project has been registered or unregistered. If true, the project has been registered. If false, the project has been unregistered.

.NET Framework Security

See Also

Reference

IVsSccProjectEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace