CodeMemberMethod.ReturnTypeCustomAttributes Eigenschaft

Definition

Ruft die benutzerdefinierten Attribute des Rückgabetyps der Methode ab.

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

Eigenschaftswert

Eine CodeAttributeDeclarationCollection, die die benutzerdefinierten Attribute angibt.

Gilt für: