IVSSEvents.EndCommand MethodÂ
An event that is fired after any of the SourceSafe commands is completed.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Sub EndCommand ( _
<InAttribute> unused As Integer _
)
'Usage
Dim instance As IVSSEvents
Dim unused As Integer
instance.EndCommand(unused)
void EndCommand (
[InAttribute] int unused
)
void EndCommand (
[InAttribute] int unused
)
void EndCommand (
/** @attribute InAttribute() */ int unused
)
function EndCommand (
unused : int
)
Parameters
- unused
Unused.
Remarks
[IDL]
HRESULT EndCommand([in] long unused);
This event is not fired during Asynchronous Open operation in Visual Studio.
See Also
Reference
IVSSEvents Interface
IVSSEvents Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace