TypeDelegator.IsDefined(Type, Boolean) 方法

定義

指出由 attributeType 識別的自訂屬性是否定義。

public:
 override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

參數

attributeType
Type

指定是否搜尋這個型別的繼承鏈結以尋找屬性。

inherit
Boolean

由型別識別的自訂屬性陣列。

傳回

如果由 attributeType 所識別的自訂屬性已定義,則為 true,否則為 false

例外狀況

attributeTypenull

無法載入自訂屬性類型。

適用於