IVSSEvents_SinkHelper.BeginCommand 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 Function BeginCommand ( _
A_1 As Integer _
) As Boolean
'Usage
Dim instance As IVSSEvents_SinkHelper
Dim A_1 As Integer
Dim returnValue As Boolean
returnValue = instance.BeginCommand(A_1)
public virtual bool BeginCommand (
int A_1
)
public:
virtual bool BeginCommand (
int A_1
)
public boolean BeginCommand (
int A_1
)
public function BeginCommand (
A_1 : int
) : boolean
Parameters
- A_1
See Also
Reference
IVSSEvents_SinkHelper Class
IVSSEvents_SinkHelper Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace