Repository.QueryItemsExtended Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryItemsExtended ( _
workspaceName As String, _
workspaceOwner As String, _
items As ItemSpec(), _
deletedState As DeletedState, _
itemType As ItemType, _
options As Integer _
) As List(Of StreamingCollection(Of ExtendedItem))
[WebMethodAttribute]
public List<StreamingCollection<ExtendedItem>> QueryItemsExtended(
string workspaceName,
string workspaceOwner,
ItemSpec[] items,
DeletedState deletedState,
ItemType itemType,
int options
)
[WebMethodAttribute]
public:
List<StreamingCollection<ExtendedItem^>^>^ QueryItemsExtended(
String^ workspaceName,
String^ workspaceOwner,
array<ItemSpec^>^ items,
DeletedState deletedState,
ItemType itemType,
int options
)
[<WebMethodAttribute>]
member QueryItemsExtended :
workspaceName:string *
workspaceOwner:string *
items:ItemSpec[] *
deletedState:DeletedState *
itemType:ItemType *
options:int -> List<StreamingCollection<ExtendedItem>>
public function QueryItemsExtended(
workspaceName : String,
workspaceOwner : String,
items : ItemSpec[],
deletedState : DeletedState,
itemType : ItemType,
options : int
) : List<StreamingCollection<ExtendedItem>>
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- items
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
- deletedState
Type: Microsoft.TeamFoundation.VersionControl.Server.DeletedState
- itemType
Type: Microsoft.TeamFoundation.VersionControl.Server.ItemType
- options
Type: System.Int32
Return Value
Type: System.Collections.Generic.List<StreamingCollection<ExtendedItem>>
.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.