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.
When implemented by a derived class, represents a source provider that supports filtered change enumeration and that can negotiate the type of filter used.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Interface ISupportFilteredSync
'Usage
Dim instance As ISupportFilteredSync
public interface ISupportFilteredSync
public interface class ISupportFilteredSync
type ISupportFilteredSync = interface end
public interface ISupportFilteredSync
The ISupportFilteredSync type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
TryAddFilter | When overridden in a derived class, sets the filter that is used for change enumeration by the source provider. |
Top
Remarks
ISupportFilteredSync is typically implemented by a source provider.
.gif)