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.
See BeforeRename.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Sub remove_BeforeRename ( _
A_1 As IVSSEvents_BeforeRenameEventHandler _
)
'Usage
Dim instance As IVSSEvents_Event
Dim A_1 As IVSSEvents_BeforeRenameEventHandler
instance.remove_BeforeRename(A_1)
void remove_BeforeRename (
IVSSEvents_BeforeRenameEventHandler A_1
)
void remove_BeforeRename (
IVSSEvents_BeforeRenameEventHandler^ A_1
)
void remove_BeforeRename (
IVSSEvents_BeforeRenameEventHandler A_1
)
function remove_BeforeRename (
A_1 : IVSSEvents_BeforeRenameEventHandler
)
Parameters
- A_1
See Also
Reference
IVSSEvents_Event Interface
IVSSEvents_Event Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace