_Assembly.IsDefined(Type, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 COM 物件提供與版本無關的 IsDefined(Type, Boolean) 方法之存取權。
public:
bool IsDefined(Type ^ attributeType, bool inherit);
public bool IsDefined (Type attributeType, bool inherit);
abstract member IsDefined : Type * bool -> bool
Public Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean
參數
- inherit
- Boolean
這個類型的物件會忽略這個引數。
傳回
如果由指定 Type 識別的自訂屬性已經定義,則為 true
;否則為 false
。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
方法 IsDefined 會指出是否已定義由指定的 Type 所識別的自定義屬性。