Delegato IVSSEvents_AfterEventEventHandler

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_AfterEventEventHandler ( _
    <InAttribute> iEvent As Integer, _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> Str As String, _
    <InAttribute> var As Object _
)
'Utilizzo
Dim instance As New IVSSEvents_AfterEventEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate void IVSSEvents_AfterEventEventHandler (
    [InAttribute] int iEvent,
    [InAttribute] VSSItem pIItem,
    [InAttribute] string Str,
    [InAttribute] Object var
)
[ComVisibleAttribute(false)] 
public delegate void IVSSEvents_AfterEventEventHandler (
    [InAttribute] int iEvent, 
    [InAttribute] VSSItem^ pIItem, 
    [InAttribute] String^ Str, 
    [InAttribute] Object^ var
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void IVSSEvents_AfterEventEventHandler (
    /** @attribute InAttribute() */ int iEvent, 
    /** @attribute InAttribute() */ VSSItem pIItem, 
    /** @attribute InAttribute() */ String Str, 
    /** @attribute InAttribute() */ Object var
)
JScript supporta l'utilizzo di delegati ma non la dichiarazione di nuovi.

Parametri

  • iEvent
  • pIItem
  • Str
  • var

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop