TfsModelExtensions.GetShelvedChanges Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Shared Function GetShelvedChanges ( _
    requestContext As TeamFoundationRequestContext, _
    itemPath As String, _
    recursion As RecursionType, _
    deletionId As Integer, _
    versionSpec As ShelvesetVersionSpec, _
    top As Integer, _
    skip As Integer, _
    propertyFilters As String(), _
    <OutAttribute> ByRef allChangesIncluded As Boolean, _
    shallowItems As Boolean, _
    url As UrlHelper _
) As IEnumerable(Of TfvcChange)
public static IEnumerable<TfvcChange> GetShelvedChanges(
    TeamFoundationRequestContext requestContext,
    string itemPath,
    RecursionType recursion,
    int deletionId,
    ShelvesetVersionSpec versionSpec,
    int top,
    int skip,
    string[] propertyFilters,
    out bool allChangesIncluded,
    bool shallowItems,
    UrlHelper url
)
public:
static IEnumerable<TfvcChange^>^ GetShelvedChanges(
    TeamFoundationRequestContext^ requestContext, 
    String^ itemPath, 
    RecursionType recursion, 
    int deletionId, 
    ShelvesetVersionSpec^ versionSpec, 
    int top, 
    int skip, 
    array<String^>^ propertyFilters, 
    [OutAttribute] bool% allChangesIncluded, 
    bool shallowItems, 
    UrlHelper^ url
)
static member GetShelvedChanges : 
        requestContext:TeamFoundationRequestContext * 
        itemPath:string * 
        recursion:RecursionType * 
        deletionId:int * 
        versionSpec:ShelvesetVersionSpec * 
        top:int * 
        skip:int * 
        propertyFilters:string[] * 
        allChangesIncluded:bool byref * 
        shallowItems:bool * 
        url:UrlHelper -> IEnumerable<TfvcChange> 
public static function GetShelvedChanges(
    requestContext : TeamFoundationRequestContext, 
    itemPath : String, 
    recursion : RecursionType, 
    deletionId : int, 
    versionSpec : ShelvesetVersionSpec, 
    top : int, 
    skip : int, 
    propertyFilters : String[], 
    allChangesIncluded : boolean, 
    shallowItems : boolean, 
    url : UrlHelper
) : IEnumerable<TfvcChange>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<TfvcChange>

.NET Framework Security

See Also

Reference

TfsModelExtensions Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace