Serialization.ISurrogateProvider.Handles Methode

Definitie

Bepaal of deze surrogaatprovider dit type verwerkt.

public bool Handles(Type type, System.Runtime.Serialization.StreamingContext context, out int priority);
abstract member Handles : Type * System.Runtime.Serialization.StreamingContext * int -> bool
Public Function Handles (type As Type, context As StreamingContext, ByRef priority As Integer) As Boolean

Parameters

type
Type

Het querytype.

context
StreamingContext

De serialisatiecontext.

priority
Int32

De prioriteit van deze provider.

Retouren

Waar als deze provider dit type verwerkt, anders onwaar.

Van toepassing op