NotificationEvent 构造函数 (DateTime, String, String, String)
通过使用签入值,构造对象。
命名空间: Microsoft.TeamFoundation.VersionControl.Common
程序集: Microsoft.TeamFoundation.VersionControl.Common.Integration(在 Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 中)
语法
声明
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
)
参数
- creationDate
类型:System.DateTime
- owner
类型:System.String
- ownerDisplay
类型:System.String
- comment
类型:System.String
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。