Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.