Delegato IVSSEvents_BeforeRenameEventHandler

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_BeforeRenameEventHandler ( _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> NewName As String _
) As Boolean
'Utilizzo
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 supporta l'utilizzo di delegati ma non la dichiarazione di nuovi.

Parametri

  • pIItem
  • NewName

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop