Delegato IVSSEvents_BeforeUndoCheckoutEventHandler

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 Function IVSSEvents_BeforeUndoCheckoutEventHandler ( _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> Local As String _
) As Boolean
'Utilizzo
Dim instance As New IVSSEvents_BeforeUndoCheckoutEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate bool IVSSEvents_BeforeUndoCheckoutEventHandler (
    [InAttribute] VSSItem pIItem,
    [InAttribute] string Local
)
[ComVisibleAttribute(false)] 
public delegate bool IVSSEvents_BeforeUndoCheckoutEventHandler (
    [InAttribute] VSSItem^ pIItem, 
    [InAttribute] String^ Local
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate boolean IVSSEvents_BeforeUndoCheckoutEventHandler (
    /** @attribute InAttribute() */ VSSItem pIItem, 
    /** @attribute InAttribute() */ String Local
)
JScript supporta l'utilizzo di delegati ma non la dichiarazione di nuovi.

Parametri

  • pIItem
  • Local

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop