VersionControlServer.GetItems メソッド (array<ItemSpec[], VersionSpec, DeletedState, ItemType, GetItemsOptions, array<String[], array<String )
名前空間: Microsoft.TeamFoundation.VersionControl.Client
アセンブリ: Microsoft.TeamFoundation.VersionControl.Client (Microsoft.TeamFoundation.VersionControl.Client.dll 内)
構文
'宣言
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
)
パラメーター
- itemSpecs
型 : array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
- deletedState
型 : Microsoft.TeamFoundation.VersionControl.Client.DeletedState
- itemPropertyFilters
型 : array<System.String[]
- itemAttributeFilters
型 : array<System.String[]
戻り値
型 : array<Microsoft.TeamFoundation.VersionControl.Client.ItemSet[]
ItemSet を返します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。