共用方式為


ControllerDescriptor.GetCustomAttributes 方法

定義

多載

GetCustomAttributes(Boolean)

擷取針對此成員定義的自訂屬性,但不包括具名屬性。

GetCustomAttributes(Type, Boolean)

擷取針對此成員定義之指定型別的自訂屬性,但不包括具名屬性。

GetCustomAttributes(Boolean)

擷取針對此成員定義的自訂屬性,但不包括具名屬性。

public virtual object[] GetCustomAttributes (bool inherit);
abstract member GetCustomAttributes : bool -> obj[]
override this.GetCustomAttributes : bool -> obj[]
Public Overridable Function GetCustomAttributes (inherit As Boolean) As Object()

參數

inherit
Boolean

true 表示查閱繼承自訂屬性的階層鏈結;否則為 false。

傳回

Object[]

自訂屬性的陣列,如果自訂屬性不存在則為空陣列。

實作

例外狀況

無法載入自訂屬性類型。

此成員已定義一個以上的類型 attributeType 屬性。

適用於

GetCustomAttributes(Type, Boolean)

擷取針對此成員定義之指定型別的自訂屬性,但不包括具名屬性。

public virtual object[] GetCustomAttributes (Type attributeType, bool inherit);
abstract member GetCustomAttributes : Type * bool -> obj[]
override this.GetCustomAttributes : Type * bool -> obj[]
Public Overridable Function GetCustomAttributes (attributeType As Type, inherit As Boolean) As Object()

參數

attributeType
Type

自訂屬性的類型。

inherit
Boolean

true 表示查閱繼承自訂屬性的階層鏈結;否則為 false。

傳回

Object[]

自訂屬性的陣列,如果自訂屬性不存在則為空陣列。

實作

例外狀況

無法載入自訂屬性類型。

此成員已定義一個以上的類型 attributeType 屬性。

參數 attributeType 為 null (Visual Basic 中的 Nothing) 。

適用於