JSVariableField.GetCustomAttributes(Boolean) メソッド

定義

このフィールドにアタッチされているカスタム属性を含む配列を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 override cli::array <System::Object ^> ^ GetCustomAttributes(bool inherit);
public override object[] GetCustomAttributes(bool inherit);
override this.GetCustomAttributes : bool -> obj[]
Public Overrides Function GetCustomAttributes (inherit As Boolean) As Object()

パラメーター

inherit
Boolean

true このメンバーの継承階層を検索して属性を検索します。

返品

Object[]

このフィールドにアタッチされているカスタム属性を含む配列。存在しない場合は、要素が 0 の配列。

適用対象

こちらもご覧ください