CheckinEvent Constructor (Int32, DateTime)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'宣言
Public Sub New ( _
changeset As Integer, _
creationDate As DateTime _
)
public CheckinEvent(
int changeset,
DateTime creationDate
)
public:
CheckinEvent(
int changeset,
DateTime creationDate
)
new :
changeset:int *
creationDate:DateTime -> CheckinEvent
public function CheckinEvent(
changeset : int,
creationDate : DateTime
)
Parameters
- changeset
Type: System.Int32
- creationDate
Type: System.DateTime
.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.