This documentation is archived and is not being maintained.
Query::BeginLinkQuery Method
Visual Studio 2013
Initializes a cancelable asynchronous query that will return a collection of WorkItemLinkInfo objects.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BeginLinkQuery() | Initializes a cancelable asynchronous query that will return a collection of WorkItemLinkInfo objects. |
|
BeginLinkQuery(AsyncCallback) | Initializes a cancelable asynchronous query that will return a collection of WorkItemLinkInfo objects by using a callback function. |
This method should be followed by Query::RunLinkQuery() to execute the query.
Show: