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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。