Share via


VSSItemClass.Label 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 Label ( _
    <InAttribute> Label As String, _
    <InAttribute> <OptionalAttribute> Optional Comment As String = "" _
) Implements IVSSItem.Label
'Usage
Dim instance As VSSItemClass
Dim Label As String
Dim Comment As String

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

  • Label
  • Comment

See Also

Reference

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