ShelvesetEvent, constructeur (String, DateTime, String, String, ShelvesetEventType)
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common.Integration (dans Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- shelvesetName
Type : System.String
- creationDate
Type : System.DateTime
- owner
Type : System.String
- comment
Type : System.String
- eventType
Type : Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEventType
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Common, espace de noms