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 method 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
Public Overridable Sub remove_AfterBranch ( _
A_1 As IVSSEvents_AfterBranchEventHandler _
) Implements IVSSEvents_Event.remove_AfterBranch
'Usage
Dim instance As VSSAppClass
Dim A_1 As IVSSEvents_AfterBranchEventHandler
CType(instance, IVSSEvents_Event).remove_AfterBranch(A_1)
public virtual void IVSSEvents_Event.remove_AfterBranch (
IVSSEvents_AfterBranchEventHandler A_1
)
public:
virtual void remove_AfterBranch (
IVSSEvents_AfterBranchEventHandler^ A_1
) = IVSSEvents_Event::remove_AfterBranch
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- A_1
See Also
Reference
VSSAppClass Class
VSSAppClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace