다음을 통해 공유


MobileControl.SetAttribute(String, String) 메서드

정의

개체에 할당 MobileControl 할 특성 및 해당 값을 지정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NETMobile Apps & 사이트를 참조하세요.

protected:
 void SetAttribute(System::String ^ name, System::String ^ value);
protected void SetAttribute(string name, string value);
member this.SetAttribute : string * string -> unit
Protected Sub SetAttribute (name As String, value As String)

매개 변수

name
String

String 설정할 특성의 키를 나타내는 의미입니다.

value
String

String 특성 값으로 할당할 A입니다.

설명

메서드 호출을 SetAttribute 통해 설정된 특성은 속성에 CustomAttributes 저장됩니다.

적용 대상

추가 정보