WorkingFolder Constructor (String, String, WorkingFolderType, Int32)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Sub New ( _
serverItem As String, _
localItem As String, _
type As WorkingFolderType, _
depth As Integer _
)
public WorkingFolder(
string serverItem,
string localItem,
WorkingFolderType type,
int depth
)
public:
WorkingFolder(
String^ serverItem,
String^ localItem,
WorkingFolderType type,
int depth
)
new :
serverItem:string *
localItem:string *
type:WorkingFolderType *
depth:int -> WorkingFolder
public function WorkingFolder(
serverItem : String,
localItem : String,
type : WorkingFolderType,
depth : int
)
Parameters
- serverItem
Type: System.String
- localItem
Type: System.String
- depth
Type: System.Int32
.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.