NotificationEvent Constructor (DateTime, String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
‘선언
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.