XmlResolver.SupportsType(Uri, Type) Yöntem

Tanım

Çözümleyicinin dışında Streamtürler döndürmesini sağlar.

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

Parametreler

absoluteUri
Uri

The URI.

type
Type

Döndürülecek tür.

Döndürülenler

Boolean

truetype destekleniyorsa; desteklenmiyorsa , false.

Şunlara uygulanır