다음을 통해 공유


UserControl.IAttributeAccessor.GetAttribute(String) 메서드

정의

지정된 사용자 컨트롤 특성의 값을 반환합니다.

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ name) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute (string name);
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (name As String) As String Implements IAttributeAccessor.GetAttribute

매개 변수

name
String

값을 가져올 특성의 이름입니다.

반환

String

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

구현

설명

메서드를 IAttributeAccessor.GetAttribute 사용하여 컨트롤의 속성으로 노출되지 않은 컨트롤 특성의 값을 가져옵니다.

적용 대상

추가 정보