IVSSEvents_SinkHelper.EndCommand Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
Public Overridable Sub EndCommand ( _
    A_1 As Integer _
)
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim A_1 As Integer

instance.EndCommand(A_1)
public virtual void EndCommand (
    int A_1
)
public:
virtual void EndCommand (
    int A_1
)
public void EndCommand (
    int A_1
)
public function EndCommand (
    A_1 : int
)

Parameters

  • A_1

See Also

Reference

IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace