CombinedFilterInfo::GetFilterInfo Method

Gets the filter information that is identified by the specified filter index.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
FilterInfo^ GetFilterInfo(
	unsigned int filterIndex
)

Parameters

filterIndex
Type: System::UInt32
An index into the list of filters that are combined by this filter.

Return Value

Type: Microsoft.Synchronization::FilterInfo
The filter information that is identified by filterIndex.

ExceptionCondition
ArgumentOutOfRangeException

filterIndex is not a valid value.

Show: