다음을 통해 공유


DeviceSpecificChoice.GetAttribute(String) 메서드

정의

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

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

매개 변수

key
String

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

반환

지정된 특성의 값을 포함하는 String입니다.

예외

key로 식별된 개체에 특성이 없는 경우

적용 대상

추가 정보