Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an array of Item objects from repository that match the specified path.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetItems ( _
path As String, _
version As VersionSpec, _
recursion As RecursionType _
) As ItemSet
public ItemSet GetItems(
string path,
VersionSpec version,
RecursionType recursion
)
public:
ItemSet^ GetItems(
String^ path,
VersionSpec^ version,
RecursionType recursion
)
member GetItems :
path:string *
version:VersionSpec *
recursion:RecursionType -> ItemSet
public function GetItems(
path : String,
version : VersionSpec,
recursion : RecursionType
) : ItemSet
Parameters
path
Type: System.StringThe path to the item(s), may be server or local.
version
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpecThe version of the item(s).
recursion
Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionTypeA flag describing whether the items should be listed from subfolders.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSet
An array of Item objects matching the path.
.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.