Repository.QueryWorkspaces Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryWorkspaces ( _
ownerName As String, _
computer As String, _
permissionsFilter As Integer _
) As List(Of Workspace)
[WebMethodAttribute]
public List<Workspace> QueryWorkspaces(
string ownerName,
string computer,
int permissionsFilter
)
[WebMethodAttribute]
public:
List<Workspace^>^ QueryWorkspaces(
String^ ownerName,
String^ computer,
int permissionsFilter
)
[<WebMethodAttribute>]
member QueryWorkspaces :
ownerName:string *
computer:string *
permissionsFilter:int -> List<Workspace>
public function QueryWorkspaces(
ownerName : String,
computer : String,
permissionsFilter : int
) : List<Workspace>
Parameters
- ownerName
Type: System.String
- computer
Type: System.String
- permissionsFilter
Type: System.Int32
Return Value
Type: System.Collections.Generic.List<Workspace>
.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.