IVSSEvents_BeforeUndoCheckoutEventHandler 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_BeforeUndoCheckoutEventHandler ( _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> Local As String _
) As Boolean
'Usage
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 supports the use of delegates, but not the declaration of new ones.

Parameters

  • pIItem
  • Local

See Also

Reference

Microsoft.VisualStudio.SourceSafe.Interop Namespace