Konstruktor Shelveset — (VersionControlServer, String, String, IEnumerable<PropertyValue>)
Tworzenie obiektu Shelveset dla półki zmian.
Przestrzeń nazw: Microsoft.TeamFoundation.VersionControl.Client
Zestaw: Microsoft.TeamFoundation.VersionControl.Client (w Microsoft.TeamFoundation.VersionControl.Client.dll)
Składnia
'Deklaracja
Public Sub New ( _
sourceControl As VersionControlServer, _
name As String, _
owner As String, _
properties As IEnumerable(Of PropertyValue) _
)
public Shelveset(
VersionControlServer sourceControl,
string name,
string owner,
IEnumerable<PropertyValue> properties
)
Parametry
- sourceControl
Typ: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
Źródło formantu obiekt, który reprezentuje repozytorium, na którym zostanie utworzony shelveset
- name
Typ: System.String
Nazwa shelveset
- owner
Typ: System.String
Właściciel shelveset
- properties
Typ: System.Collections.Generic.IEnumerable<PropertyValue>
Właściwości niestandardowe, które mają być skojarzone z shelveset.
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.Client