Construtor ShelvesetEvent (String, DateTime, String, String, ShelvesetEventType)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (em Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Sintaxe
'Declaração
Public Sub New ( _
shelvesetName As String, _
creationDate As DateTime, _
owner As String, _
comment As String, _
eventType As ShelvesetEventType _
)
public ShelvesetEvent(
string shelvesetName,
DateTime creationDate,
string owner,
string comment,
ShelvesetEventType eventType
)
Parâmetros
- shelvesetName
Tipo: System.String
- creationDate
Tipo: System.DateTime
- owner
Tipo: System.String
- comment
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.