Share via


DeviceSpecificChoice.IAttributeAccessor.SetAttribute(String, String) 메서드

정의

이 멤버에 대한 설명은 SetAttribute(String, String)를 참조하세요. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

 virtual void System.Web.UI.IAttributeAccessor.SetAttribute(System::String ^ key, System::String ^ value) = System::Web::UI::IAttributeAccessor::SetAttribute;
 virtual void System.Web.UI.IAttributeAccessor.SetAttribute(System::String ^ name, System::String ^ value) = System::Web::UI::IAttributeAccessor::SetAttribute;
void IAttributeAccessor.SetAttribute (string key, string value);
void IAttributeAccessor.SetAttribute (string name, string value);
abstract member System.Web.UI.IAttributeAccessor.SetAttribute : string * string -> unit
override this.System.Web.UI.IAttributeAccessor.SetAttribute : string * string -> unit
abstract member System.Web.UI.IAttributeAccessor.SetAttribute : string * string -> unit
override this.System.Web.UI.IAttributeAccessor.SetAttribute : string * string -> unit
Sub SetAttribute (key As String, value As String) Implements IAttributeAccessor.SetAttribute
Sub SetAttribute (name As String, value As String) Implements IAttributeAccessor.SetAttribute

매개 변수

keyname
String

설정할 특성의 이름입니다.

value
String

특성에 할당된 값입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, DeviceSpecificChoice 인스턴스가 IAttributeAccessor 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상

추가 정보