Delegato IVSSEvents_EndCommandEventHandler

Questo delegato supporta l'infrastruttura .NET Framework e non deve essere utilizzato direttamente dal codice.

Spazio dei nomi: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Sintassi

'Dichiarazione
<ComVisibleAttribute(False)> _
Public Delegate Sub IVSSEvents_EndCommandEventHandler ( _
    <InAttribute> unused As Integer _
)
'Utilizzo
Dim instance As New IVSSEvents_EndCommandEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate void IVSSEvents_EndCommandEventHandler (
    [InAttribute] int unused
)
[ComVisibleAttribute(false)] 
public delegate void IVSSEvents_EndCommandEventHandler (
    [InAttribute] int unused
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void IVSSEvents_EndCommandEventHandler (
    /** @attribute InAttribute() */ int unused
)
JScript supporta l'utilizzo di delegati ma non la dichiarazione di nuovi.

Parametri

  • unused

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop