다음을 통해 공유


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

serialization 컨텍스트입니다.

priority
Int32

이 공급자의 우선 순위입니다.

반환

이 공급자가 이 형식을 처리하면 True, 그렇지 않으면 false입니다.

적용 대상