Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Adds the specified Range object to the end of the list.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Sub AppendRange ( _
range As Range _
)
'Usage
Dim instance As RangeSet
Dim range As Range
instance.AppendRange(range)
public void AppendRange(
Range range
)
public:
void AppendRange(
Range^ range
)
member AppendRange :
range:Range -> unit
public function AppendRange(
range : Range
)
Parameters
- range
Type: Microsoft.Synchronization.Range
The Range object to add to the end of the list.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A required parameter is a null reference (Nothing in Visual Basic). |
| RangeOutOfOrderException | The closed lower bound contained in range is less than the closed lower bound specified in the previous range in the list. |
Remarks
The Range objects must be ordered by their ItemId values.