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.
Represents information about a custom filter.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.FilterInfo
Microsoft.Synchronization.CustomFilterInfo
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Class CustomFilterInfo _
Inherits FilterInfo
'Usage
Dim instance As CustomFilterInfo
public class CustomFilterInfo : FilterInfo
public ref class CustomFilterInfo : public FilterInfo
type CustomFilterInfo =
class
inherit FilterInfo
end
public class CustomFilterInfo extends FilterInfo
The CustomFilterInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
CustomFilterInfo | Initializes a new instance of the CustomFilterInfo class that contains the specified ID format schema and custom filter. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Filter | Gets the ISyncFilter interface that represents the custom filter. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Serialize | When overridden in a derived class, serializes the filter information to an array of bytes. (Inherited from FilterInfo.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)