共用方式為


TFVCTeamExplorerGettingStartedProviderVS.RegisterHandlers Method

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public Sub RegisterHandlers ( _
    OnComplete As Action(Of String, ITeamExplorerSccContextInfo), _
    OnError As Action(Of Exception) _
)
public void RegisterHandlers(
    Action<string, ITeamExplorerSccContextInfo> OnComplete,
    Action<Exception> OnError
)
public:
virtual void RegisterHandlers(
    Action<String^, ITeamExplorerSccContextInfo^>^ OnComplete, 
    Action<Exception^>^ OnError
) sealed
abstract RegisterHandlers : 
        OnComplete:Action<string, ITeamExplorerSccContextInfo> * 
        OnError:Action<Exception> -> unit  
override RegisterHandlers : 
        OnComplete:Action<string, ITeamExplorerSccContextInfo> * 
        OnError:Action<Exception> -> unit
public final function RegisterHandlers(
    OnComplete : Action<String, ITeamExplorerSccContextInfo>, 
    OnError : Action<Exception>
)

Parameters

.NET Framework Security

See Also

Reference

TFVCTeamExplorerGettingStartedProviderVS Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace