IVsSccProjectEvents::OnProjectRegisteredForSccChange Method (Guid, Boolean)

 

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)

void OnProjectRegisteredForSccChange(
	[InAttribute] Guid% guidProject,
	bool fIsRegistered
)

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.

Return to top
Show: