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.
When overridden by a derived class, represents a custom filter.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Interface ISyncFilter
'Usage
Dim instance As ISyncFilter
public interface ISyncFilter
public interface class ISyncFilter
type ISyncFilter = interface end
public interface ISyncFilter
The ISyncFilter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
IsIdentical | When overridden in a derived class, indicates whether the specified filter is the same as this filter. |
![]() |
Serialize | When overridden by a derived class, serializes the filter to an array of bytes. |
Top
Remarks
ISyncFilter is typically implemented by a provider that represents a filtered replica.
.gif)