CombinedFilterInfo::GetFilterInfo Method
Gets the filter information that is identified by the specified filter index.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- filterIndex
- Type: System::UInt32
An index into the list of filters that are combined by this filter.
Return Value
Type: Microsoft.Synchronization::FilterInfoThe filter information that is identified by filterIndex.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | filterIndex is not a valid value. |
Show: