次の方法で共有


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[]

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

適用対象

こちらもご覧ください