JSVariableField.GetCustomAttributes(Boolean) Metodo

Definizione

Restituisce una matrice contenente gli attributi personalizzati collegati a questo campo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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()

Parametri

inherit
Boolean

true per cercare gli attributi nella gerarchia di eredità del membro.

Restituisce

Object[]

Matrice contenente gli attributi personalizzati collegati a questo campo oppure, se non vi sono attributi, matrice con zero elementi.

Si applica a

Vedi anche