IVSSEvents_BeforeAddEventHandler 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_BeforeAddEventHandler ( _
    <InAttribute> pIPrj As VSSItem, _
    <InAttribute> Local As String, _
    <InAttribute> Comment As String _
) As Boolean
'Usage
Dim instance As New IVSSEvents_BeforeAddEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate bool IVSSEvents_BeforeAddEventHandler (
    [InAttribute] VSSItem pIPrj,
    [InAttribute] string Local,
    [InAttribute] string Comment
)
[ComVisibleAttribute(false)] 
public delegate bool IVSSEvents_BeforeAddEventHandler (
    [InAttribute] VSSItem^ pIPrj, 
    [InAttribute] String^ Local, 
    [InAttribute] String^ Comment
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate boolean IVSSEvents_BeforeAddEventHandler (
    /** @attribute InAttribute() */ VSSItem pIPrj, 
    /** @attribute InAttribute() */ String Local, 
    /** @attribute InAttribute() */ String Comment
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • pIPrj
  • Local
  • Comment

See Also

Reference

Microsoft.VisualStudio.SourceSafe.Interop Namespace