DialogSelectSourceControlItem - конструктор (IBuildServer, String, String, Boolean, String, String)
Пространство имен: Microsoft.TeamFoundation.Build.Controls
Сборка: Microsoft.TeamFoundation.Build.Controls (в Microsoft.TeamFoundation.Build.Controls.dll)
Синтаксис
'Декларация
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
)
Параметры
- buildServer
Тип: Microsoft.TeamFoundation.Build.Client.IBuildServer
- teamProjectName
Тип: System.String
- initialPath
Тип: System.String
- foldersOnly
Тип: System.Boolean
- topDescription
Тип: System.String
- helpTopic
Тип: System.String
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
DialogSelectSourceControlItem Класс