Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryBranches ( _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
version As VersionSpec _
) As BranchRelative()()
[WebMethodAttribute]
public BranchRelative[][] QueryBranches(
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
VersionSpec version
)
[WebMethodAttribute]
public:
array<array<BranchRelative^>^>^ QueryBranches(
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ items,
VersionSpec^ version
)
[<WebMethodAttribute>]
member QueryBranches :
workspaceName:string *
workspaceOwner:string *
items:ItemSpec[] *
version:VersionSpec -> BranchRelative[][]
public function QueryBranches(
workspaceName : String,
workspaceOwner : String,
items : ItemSpec[],
version : VersionSpec
) : BranchRelative[][]
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
Return Value
Type: array<array<Microsoft.TeamFoundation.VersionControl.Server.BranchRelative[][]
.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.