다음을 통해 공유


XhtmlControlAdapter.GetCustomAttributeValue 메서드

정의

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

오버로드

GetCustomAttributeValue(String)

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

GetCustomAttributeValue(MobileControl, String)

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

GetCustomAttributeValue(String)

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

protected:
 virtual System::String ^ GetCustomAttributeValue(System::String ^ attributeName);
protected virtual string GetCustomAttributeValue (string attributeName);
abstract member GetCustomAttributeValue : string -> string
override this.GetCustomAttributeValue : string -> string
Protected Overridable Function GetCustomAttributeValue (attributeName As String) As String

매개 변수

attributeName
String

특성 이름입니다.

반환

지정된 사용자 지정 특성의 값이 포함된 문자열입니다.

이 메서드는 사용자 지정 어댑터의 개발자가 주로 사용합니다.

추가 정보

적용 대상

GetCustomAttributeValue(MobileControl, String)

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

protected:
 virtual System::String ^ GetCustomAttributeValue(System::Web::UI::MobileControls::MobileControl ^ control, System::String ^ attributeName);
protected virtual string GetCustomAttributeValue (System.Web.UI.MobileControls.MobileControl control, string attributeName);
abstract member GetCustomAttributeValue : System.Web.UI.MobileControls.MobileControl * string -> string
override this.GetCustomAttributeValue : System.Web.UI.MobileControls.MobileControl * string -> string
Protected Overridable Function GetCustomAttributeValue (control As MobileControl, attributeName As String) As String

매개 변수

control
MobileControl

특성 값을 가져올 모바일 컨트롤입니다.

attributeName
String

특성 이름입니다.

반환

지정된 사용자 지정 특성의 값이 포함된 문자열입니다.

설명

이 메서드는 사용자 지정 어댑터의 개발자가 주로 사용합니다.

추가 정보

적용 대상