Share via


VSSItemClass.Share 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 Sub Share ( _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> <OptionalAttribute> Optional Comment As String = "", _
    <InAttribute> <OptionalAttribute> Optional iFlags As Integer = 0 _
) Implements IVSSItem.Share
'Usage
Dim instance As VSSItemClass
Dim pIItem As VSSItem
Dim Comment As String
Dim iFlags As Integer

CType(instance, IVSSItem).Share(pIItem, Comment, iFlags)
public virtual void IVSSItem.Share (
    [InAttribute] VSSItem pIItem,
    [OptionalAttribute] [InAttribute] string Comment,
    [OptionalAttribute] [InAttribute] int iFlags
)
public:
virtual void Share (
    [InAttribute] VSSItem^ pIItem, 
    [InAttribute] [OptionalAttribute] String^ Comment, 
    [InAttribute] [OptionalAttribute] int iFlags
) = IVSSItem::Share
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

  • pIItem
  • Comment
  • iFlags

See Also

Reference

VSSItemClass Class
VSSItemClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace