Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs an object by using check-in values.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Protected Sub New ( _
creationDate As DateTime, _
owner As String, _
ownerDisplay As String, _
comment As String _
)
protected NotificationEvent(
DateTime creationDate,
string owner,
string ownerDisplay,
string comment
)
protected:
NotificationEvent(
DateTime creationDate,
String^ owner,
String^ ownerDisplay,
String^ comment
)
new :
creationDate:DateTime *
owner:string *
ownerDisplay:string *
comment:string -> NotificationEvent
protected function NotificationEvent(
creationDate : DateTime,
owner : String,
ownerDisplay : String,
comment : String
)
Parameters
- creationDate
Type: System.DateTime
- owner
Type: System.String
- ownerDisplay
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.