Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_BeforeRenameEventHandler ( _
<InAttribute> pIItem As VSSItem, _
<InAttribute> NewName As String _
) As Boolean
'Usage
Dim instance As New IVSSEvents_BeforeRenameEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate bool IVSSEvents_BeforeRenameEventHandler (
[InAttribute] VSSItem pIItem,
[InAttribute] string NewName
)
[ComVisibleAttribute(false)]
public delegate bool IVSSEvents_BeforeRenameEventHandler (
[InAttribute] VSSItem^ pIItem,
[InAttribute] String^ NewName
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */
public delegate boolean IVSSEvents_BeforeRenameEventHandler (
/** @attribute InAttribute() */ VSSItem pIItem,
/** @attribute InAttribute() */ String NewName
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- pIItem
- NewName