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