CodeMemberMethod.ReturnTypeCustomAttributes 屬性

定義

取得方法之傳回型別的自訂屬性 (Attribute)。

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

屬性值

CodeAttributeDeclarationCollection,表示自訂的屬性。

適用於