Share via


XmlResolver.SupportsType(Uri, Type) 메서드

정의

Stream이 아닌 유형을 반환하기 위해 확인자를 사용합니다.

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

매개 변수

absoluteUri
Uri

URI입니다.

type
Type

반환할 형식입니다.

반환

Boolean

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

적용 대상