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
'Декларация
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
- shelvesetName
Type: System.String
- creationDate
Type: System.DateTime
- owner
Type: System.String
- comment
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.