DeviceElementCollection.Item[] 속성

정의

컬렉션에서 디바이스 요소를 가져오거나 설정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

오버로드

Name Description
Item[Int32]

지정된 인덱스 위치에 있는 디바이스 요소를 가져오거나 설정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Item[String]

지정된 키를 사용하여 디바이스 요소를 반환합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

Item[Int32]

지정된 인덱스 위치에 있는 디바이스 요소를 가져오거나 설정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 property System::Web::UI::MobileControls::DeviceElement ^ default[int] { System::Web::UI::MobileControls::DeviceElement ^ get(int index); void set(int index, System::Web::UI::MobileControls::DeviceElement ^ value); };
public System.Web.UI.MobileControls.DeviceElement this[int index] { get; set; }
member this.Item(int) : System.Web.UI.MobileControls.DeviceElement with get, set
Default Public Property Item(index As Integer) As DeviceElement

매개 변수

index
Int32

반환할 인덱스 위치입니다 DeviceElement .

속성 값

DeviceElement 지정된 인덱스입니다.

추가 정보

적용 대상

Item[String]

지정된 키를 사용하여 디바이스 요소를 반환합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 property System::Web::UI::MobileControls::DeviceElement ^ default[System::String ^] { System::Web::UI::MobileControls::DeviceElement ^ get(System::String ^ name); };
public System.Web.UI.MobileControls.DeviceElement this[string name] { get; }
member this.Item(string) : System.Web.UI.MobileControls.DeviceElement
Default Public ReadOnly Property Item(name As String) As DeviceElement

매개 변수

name
String

반환할 키입니다 DeviceElement .

속성 값

DeviceElement 지정된 키가 있는 키입니다. 컬렉션에 지정된 nameItem[String] 개체가 없으면 .를 반환합니다null.

추가 정보

적용 대상