VersionControlServer.GetItems Method (array<ItemSpec[], VersionSpec, DeletedState, ItemType, GetItemsOptions, array<String[], array<String )
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetItems ( _
itemSpecs As ItemSpec(), _
version As VersionSpec, _
deletedState As DeletedState, _
itemType As ItemType, _
options As GetItemsOptions, _
itemPropertyFilters As String(), _
itemAttributeFilters As String() _
) As ItemSet()
public ItemSet[] GetItems(
ItemSpec[] itemSpecs,
VersionSpec version,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options,
string[] itemPropertyFilters,
string[] itemAttributeFilters
)
public:
array<ItemSet^>^ GetItems(
array<ItemSpec^>^ itemSpecs,
VersionSpec^ version,
DeletedState deletedState,
ItemType itemType,
GetItemsOptions options,
array<String^>^ itemPropertyFilters,
array<String^>^ itemAttributeFilters
)
member GetItems :
itemSpecs:ItemSpec[] *
version:VersionSpec *
deletedState:DeletedState *
itemType:ItemType *
options:GetItemsOptions *
itemPropertyFilters:string[] *
itemAttributeFilters:string[] -> ItemSet[]
public function GetItems(
itemSpecs : ItemSpec[],
version : VersionSpec,
deletedState : DeletedState,
itemType : ItemType,
options : GetItemsOptions,
itemPropertyFilters : String[],
itemAttributeFilters : String[]
) : ItemSet[]
Parameters
itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]The item specifier for the item(s), may be server or local.
version
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpecThe version of the item(s).
deletedState
Type: Microsoft.TeamFoundation.VersionControl.Client.DeletedStateA flag describing whether to return deleted items and/or non-deleted items.
itemType
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemTypeA flag describing whether to return files and/or folders.
options
Type: Microsoft.TeamFoundation.VersionControl.Client.GetItemsOptionsAdditional behavior flags (see GetItemsOptions).
itemPropertyFilters
Type: array<System.String[]The item property filter
itemAttributeFilters
Type: array<System.String[]The item attribute filter.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSet[]
An array of items 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.