다음을 통해 공유


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

속성 값

사용자 지정 특성을 나타내는 개체입니다.

적용 대상

추가 정보