ShelvesetEvent Constructor (String, DateTime, String, String, ShelvesetEventType)

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Sub New ( _
    shelvesetName As String, _
    creationDate As DateTime, _
    owner As String, _
    comment As String, _
    eventType As ShelvesetEventType _
)
public ShelvesetEvent(
    string shelvesetName,
    DateTime creationDate,
    string owner,
    string comment,
    ShelvesetEventType eventType
)
public:
ShelvesetEvent(
    String^ shelvesetName, 
    DateTime creationDate, 
    String^ owner, 
    String^ comment, 
    ShelvesetEventType eventType
)
new : 
        shelvesetName:string * 
        creationDate:DateTime * 
        owner:string * 
        comment:string * 
        eventType:ShelvesetEventType -> ShelvesetEvent
public function ShelvesetEvent(
    shelvesetName : String, 
    creationDate : DateTime, 
    owner : String, 
    comment : String, 
    eventType : ShelvesetEventType
)

Parameters

.NET Framework Security

See Also

Reference

ShelvesetEvent Class

ShelvesetEvent Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace