共用方式為


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。

適用於