VSSItemClass.Branch MethodÂ
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 Function Branch ( _
<InAttribute> <OptionalAttribute> Optional Comment As String = "", _
<InAttribute> <OptionalAttribute> Optional iFlags As Integer = 0 _
) As VSSItem Implements IVSSItem.Branch
'Usage
Dim instance As VSSItemClass
Dim Comment As String
Dim iFlags As Integer
Dim returnValue As VSSItem
returnValue = CType(instance, IVSSItem).Branch(Comment, iFlags)
public virtual VSSItem IVSSItem.Branch (
[OptionalAttribute] [InAttribute] string Comment,
[OptionalAttribute] [InAttribute] int iFlags
)
public:
virtual VSSItem^ Branch (
[InAttribute] [OptionalAttribute] String^ Comment,
[InAttribute] [OptionalAttribute] int iFlags
) = IVSSItem::Branch
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
- Comment
- iFlags
See Also
Reference
VSSItemClass Class
VSSItemClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace