Serialization.ISurrogateProvider.Handles 方法

定义

确定此代理项提供程序是否处理此类型。

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

参数

type
Type

查询类型。

context
StreamingContext

序列化上下文。

priority
Int32

此提供程序的优先级。

返回

如果此提供程序处理此类型,则为 True;否则为 false。

适用于