Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An event that is fired when the IVSSUser initiates any of the SourceSafe commands.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Function BeginCommand ( _
<InAttribute> unused As Integer _
) As Boolean
'Usage
Dim instance As IVSSEvents
Dim unused As Integer
Dim returnValue As Boolean
returnValue = instance.BeginCommand(unused)
bool BeginCommand (
[InAttribute] int unused
)
bool BeginCommand (
[InAttribute] int unused
)
boolean BeginCommand (
/** @attribute InAttribute() */ int unused
)
function BeginCommand (
unused : int
) : boolean
Parameters
- unused
Unused.
Remarks
[IDL]
HRESULT BeginCommand([in] long unused, [out, retval] boolean *pbContinue);
This event is not fired during Asynchronous Open operation in Visual Studio.
See Also
Reference
IVSSEvents Interface
IVSSEvents Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace