Konstruktor ShelvesetEvent — (String, DateTime, String, String, ShelvesetEventType)
Przestrzeń nazw: Microsoft.TeamFoundation.VersionControl.Common
Zestaw: Microsoft.TeamFoundation.VersionControl.Common.Integration (w Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Składnia
'Deklaracja
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
)
Parametry
- shelvesetName
Typ: System.String
- creationDate
Typ: System.DateTime
- owner
Typ: System.String
- comment
Typ: System.String
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Common