PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / InsertRangeAsync Method

In This Topic
    InsertRangeAsync Method
    In This Topic
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.DataCollection.C1WrapDataCollection`2/d__100)> 
    Public Overridable Function InsertRangeAsync( _ 
       ByVal startingIndex As Integer, _ 
       ByVal items As IEnumerable(Of PropertyGroup), _ 
       Optional ByVal cancellationToken As CancellationToken _ 
    ) As Task(Of Integer)
    [AsyncStateMachine(C1.DataCollection.C1WrapDataCollection`2/d__100)] 
    public virtual Task<int> InsertRangeAsync( 
       int startingIndex, 
       IEnumerable<PropertyGroup> items, 
       CancellationToken cancellationToken 
    )

    Parameters

    startingIndex
    items
    cancellationToken
    See Also