DialogSelectSourceControlItem Constructor (IBuildServer, String, String, Boolean, 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, _
helpTopic As String _
)
public DialogSelectSourceControlItem(
IBuildServer buildServer,
string teamProjectName,
string initialPath,
bool foldersOnly,
string helpTopic
)
public:
DialogSelectSourceControlItem(
IBuildServer^ buildServer,
String^ teamProjectName,
String^ initialPath,
bool foldersOnly,
String^ helpTopic
)
new :
buildServer:IBuildServer *
teamProjectName:string *
initialPath:string *
foldersOnly:bool *
helpTopic:string -> DialogSelectSourceControlItem
public function DialogSelectSourceControlItem(
buildServer : IBuildServer,
teamProjectName : String,
initialPath : String,
foldersOnly : boolean,
helpTopic : String
)
Parameters
- buildServer
Type: Microsoft.TeamFoundation.Build.Client.IBuildServer
- teamProjectName
Type: System.String
- initialPath
Type: System.String
- foldersOnly
Type: System.Boolean
- helpTopic
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DialogSelectSourceControlItem Class