NotificationEvent-Konstruktor (DateTime, String, String, String)
Erstellen Sie ein Objekt, indem Sie Eincheckenwerte verwenden.
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
)
Parameter
- creationDate
Typ: System.DateTime
- owner
Typ: System.String
- ownerDisplay
Typ: System.String
- comment
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.