CodeMemberMethod.ReturnTypeCustomAttributes Vlastnost

Definice

Získá vlastní atributy návratového typu metody.

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

Hodnota vlastnosti

A CodeAttributeDeclarationCollection , který označuje vlastní atributy.

Platí pro