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
声明
Public Function GetItems ( _
    path As String, _
    recursion As RecursionType _
) As ItemSet
public ItemSet GetItems(
    string path,
    RecursionType recursion
)
public:
ItemSet^ GetItems(
    String^ path, 
    RecursionType recursion
)
member GetItems : 
        path:string * 
        recursion:RecursionType -> ItemSet 
public function GetItems(
    path : String, 
    recursion : RecursionType
) : ItemSet
Parameters
- path
 Type: System.String
 The path to the item(s), may be server or local.
- recursion
 Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionType
 A 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.