XmlPreloadedResolver.SupportsType(Uri, Type) 메서드

정의

확인자에서 다른 Types를 지원하는지 여부를 결정합니다Stream.

public:
 override bool SupportsType(Uri ^ absoluteUri, Type ^ type);
public override bool SupportsType(Uri absoluteUri, Type? type);
public override bool SupportsType(Uri absoluteUri, Type type);
override this.SupportsType : Uri * Type -> bool
Public Overrides Function SupportsType (absoluteUri As Uri, type As Type) As Boolean

매개 변수

absoluteUri
Uri

확인할 절대 URI입니다.

type
Type

Type 반환할 값입니다.

반품

true 지원되면 이 Type 고, false그렇지 않으면 .입니다.

예외

absoluteUrinull입니다.

적용 대상