TypeDescriptionProvider.IsSupportedType(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值指出指定的型別是否與型別描述及其型別描述提供者的鏈結相容。
public:
virtual bool IsSupportedType(Type ^ type);
public virtual bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Overridable Function IsSupportedType (type As Type) As Boolean
參數
- type
- Type
要測試其相容性的型別。
傳回
如果 type
與型別描述及其型別描述提供者的鏈結相容則為 true
,否則為 false
。
例外狀況
type
為 null
。