MobileControl.GetAttribute(String) 메서드

정의

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

protected:
 System::String ^ GetAttribute(System::String ^ name);
protected string GetAttribute (string name);
member this.GetAttribute : string -> string
Protected Function GetAttribute (name As String) As String

매개 변수

name
String

서버 컨트롤 특성의 이름을 지정하는 String입니다.

반환

지정된 특성의 값을 나타내는 String이거나, 지정된 name의 특성이 없으면 null입니다.

설명

메서드는 GetAttribute 속성에 CustomAttributes 저장된 특성을 반환합니다. 이 이 nullGetAttributeCustomAttributes 도 를 반환합니다null.

적용 대상

추가 정보