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.
Gets the filter information that is identified by the specified filter index.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function GetFilterInfo ( _
filterIndex As UInteger _
) As FilterInfo
'Usage
Dim instance As CombinedFilterInfo
Dim filterIndex As UInteger
Dim returnValue As FilterInfo
returnValue = instance.GetFilterInfo(filterIndex)
public FilterInfo GetFilterInfo(
uint filterIndex
)
public:
FilterInfo^ GetFilterInfo(
unsigned int filterIndex
)
member GetFilterInfo :
filterIndex:uint32 -> FilterInfo
public function GetFilterInfo(
filterIndex : uint
) : FilterInfo
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.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | filterIndex is not a valid value. |