MobileControl.CustomAttributes 속성

정의

컨트롤에 대해 정의된 사용자 지정 특성 집합을 반환합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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 해야 합니다.

적용 대상

추가 정보