ShelvesetEvent 构造函数 (String, DateTime, String, String, String, ShelvesetEventType)
命名空间: Microsoft.TeamFoundation.VersionControl.Common
程序集: Microsoft.TeamFoundation.VersionControl.Common.Integration(在 Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 中)
语法
声明
Public Sub New ( _
shelvesetName As String, _
creationDate As DateTime, _
owner As String, _
ownerDisplay As String, _
comment As String, _
eventType As ShelvesetEventType _
)
public ShelvesetEvent(
string shelvesetName,
DateTime creationDate,
string owner,
string ownerDisplay,
string comment,
ShelvesetEventType eventType
)
参数
- shelvesetName
类型:System.String
- creationDate
类型:System.DateTime
- owner
类型:System.String
- ownerDisplay
类型:System.String
- comment
类型:System.String
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。