Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Function GetChangesetWorkItemsAsync ( _
    changesetId As Integer, _
    userState As Object _
) As Task(Of List(Of AssociatedWorkItem))
public Task<List<AssociatedWorkItem>> GetChangesetWorkItemsAsync(
    int changesetId,
    Object userState
)
public:
Task<List<AssociatedWorkItem^>^>^ GetChangesetWorkItemsAsync(
    int changesetId, 
    Object^ userState
)
member GetChangesetWorkItemsAsync : 
        changesetId:int * 
        userState:Object -> Task<List<AssociatedWorkItem>> 
public function GetChangesetWorkItemsAsync(
    changesetId : int, 
    userState : Object
) : Task<List<AssociatedWorkItem>>
Parameters
- changesetId
 Type: System.Int32
- userState
 Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<List<AssociatedWorkItem>>
.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.