MobileControl.CustomAttributes 속성

정의

컨트롤에 정의된 사용자 지정 특성 집합을 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::Web::UI::StateBag ^ CustomAttributes { System::Web::UI::StateBag ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.StateBag CustomAttributes { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CustomAttributes : System.Web.UI.StateBag
Public ReadOnly Property CustomAttributes As StateBag

속성 값

컨트롤에 정의된 사용자 지정 특성 집합입니다.

특성

설명

사용자 지정 특성을 사용하도록 설정하려면 를 AllowCustomAttributestrue 설정해야 합니다.

적용 대상

추가 정보