CodeParameterDeclarationExpression.CustomAttributes 属性
定义
获取或设置参数声明的自定义特性。Gets or sets the custom attributes for the parameter declaration.
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
属性值
指示自定义特性的对象。An object that indicates the custom attributes.