Поделиться через


CodeParameterDeclarationExpression.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

Значение свойства

Объект, указывающий пользовательские атрибуты.

Применяется к

См. также раздел