IVSSEvents_BeginCommandEventHandler Delegate 

This delegate 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
<ComVisibleAttribute(False)> _
Public Delegate Function IVSSEvents_BeginCommandEventHandler ( _
    <InAttribute> unused As Integer _
) As Boolean
'Usage
Dim instance As New IVSSEvents_BeginCommandEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate bool IVSSEvents_BeginCommandEventHandler (
    [InAttribute] int unused
)
[ComVisibleAttribute(false)] 
public delegate bool IVSSEvents_BeginCommandEventHandler (
    [InAttribute] int unused
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate boolean IVSSEvents_BeginCommandEventHandler (
    /** @attribute InAttribute() */ int unused
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • unused

See Also

Reference

Microsoft.VisualStudio.SourceSafe.Interop Namespace