Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.