Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Construct 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, _
comment As String _
)
protected NotificationEvent(
DateTime creationDate,
string owner,
string comment
)
protected:
NotificationEvent(
DateTime creationDate,
String^ owner,
String^ comment
)
new :
creationDate:DateTime *
owner:string *
comment:string -> NotificationEvent
protected function NotificationEvent(
creationDate : DateTime,
owner : String,
comment : String
)
Parameters
- 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.