Konstruktor Shelveset — (VersionControlServer, String, String)
Inicjuje nowe wystąpienie Shelveset.
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 _
)
public Shelveset(
VersionControlServer sourceControl,
string name,
string owner
)
Parametry
- sourceControl
Typ: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
Repozytorium, które zawierają to shelveset.
- name
Typ: System.String
Nazwa shelveset.
- owner
Typ: System.String
Właściciel 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