Share via


CodeMemberMethod.ReturnTypeCustomAttributes Propriété

Définition

Obtient les attributs personnalisés du type de retour de la méthode.

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

Valeur de propriété

CodeAttributeDeclarationCollection indiquant les attributs personnalisés.

S’applique à