XmlResolver.SupportsType(Uri, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讓解析程式傳回 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
要傳回的類型。
傳回
如果支援 type
則為 true
,否則為 false
。