JSVariableField.GetCustomAttributes(Boolean) Metodo

Definizione

Restituisce una matrice che contiene gli attributi personalizzati associati 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 ereditarietà di questo membro.

Valori restituiti

Object[]

Matrice che contiene gli attributi personalizzati associati a questo campo o, se non sono presenti, una matrice con zero elementi.

Si applica a

Vedi anche