Share via


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

.NET Framework Security

See Also

Reference

DialogSelectSourceControlItem Class

DialogSelectSourceControlItem Overload

Microsoft.TeamFoundation.Build.Controls Namespace