DialogSelectSourceControlItem-Konstruktor (IBuildServer, String, String, Boolean, String, String)
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
buildServer As IBuildServer, _
teamProjectName As String, _
initialPath As String, _
foldersOnly As Boolean, _
topDescription As String, _
helpTopic As String _
)
public DialogSelectSourceControlItem(
IBuildServer buildServer,
string teamProjectName,
string initialPath,
bool foldersOnly,
string topDescription,
string helpTopic
)
Parameter
- buildServer
Typ: Microsoft.TeamFoundation.Build.Client.IBuildServer
- teamProjectName
Typ: System.String
- initialPath
Typ: System.String
- foldersOnly
Typ: System.Boolean
- topDescription
Typ: System.String
- helpTopic
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
DialogSelectSourceControlItem Klasse