IVSSEvents.AfterBranch MethodÂ
An event that is fired after a file is branched in the SourceSafe database.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Sub AfterBranch ( _
<InAttribute> pIItem As VSSItem, _
<InAttribute> Comment As String _
)
'Usage
Dim instance As IVSSEvents
Dim pIItem As VSSItem
Dim Comment As String
instance.AfterBranch(pIItem, Comment)
void AfterBranch (
[InAttribute] VSSItem pIItem,
[InAttribute] string Comment
)
void AfterBranch (
[InAttribute] VSSItem^ pIItem,
[InAttribute] String^ Comment
)
void AfterBranch (
/** @attribute InAttribute() */ VSSItem pIItem,
/** @attribute InAttribute() */ String Comment
)
function AfterBranch (
pIItem : VSSItem,
Comment : String
)
Parameters
- pIItem
A reference of the IVSSItem type to an object representing a branched file.
- Comment
Optional. A string containing a comment. The default is an empty string.
Remarks
[IDL]
HRESULT AfterBranch ([in]IVSSItem *pIItem);
See Also
Reference
IVSSEvents Interface
IVSSEvents Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace