_MethodInfo.ReturnTypeCustomAttributes Proprietà

Definizione

Fornisce oggetti COM con accesso indipendente dalla versione alla proprietà ReturnTypeCustomAttributes.

public:
 property System::Reflection::ICustomAttributeProvider ^ ReturnTypeCustomAttributes { System::Reflection::ICustomAttributeProvider ^ get(); };
public System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
member this.ReturnTypeCustomAttributes : System.Reflection.ICustomAttributeProvider
Public ReadOnly Property ReturnTypeCustomAttributes As ICustomAttributeProvider

Valore della proprietà

Oggetto ICustomAttributeProvider che rappresenta gli attributi personalizzati per il tipo restituito.

Commenti

Questa proprietà è destinata all'accesso alle classi gestite dal codice non gestito e non deve essere chiamata dal codice gestito.

La ReturnTypeCustomAttributes proprietà ottiene gli attributi personalizzati per il tipo restituito.

Si applica a