CodeTypeMember.CustomAttributes 属性

定义

获取或设置成员的自定义特性。

public:
 property System::CodeDom::CodeAttributeDeclarationCollection ^ CustomAttributes { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); void set(System::CodeDom::CodeAttributeDeclarationCollection ^ value); };
public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get; set; }
member this.CustomAttributes : System.CodeDom.CodeAttributeDeclarationCollection with get, set
Public Property CustomAttributes As CodeAttributeDeclarationCollection

属性值

CodeAttributeDeclarationCollection,指示成员的自定义特性。

注解

此属性可用于向成员的声明添加元数据属性。

注意

默认情况下,此属性为 null ,应在引用之前检查内容。

适用于

另请参阅