Share via


DeviceSpecificChoice.Contents 속성

정의

DeviceSpecific/Choice 구문의 선택 항목에 정의되어 있는 재정의된 속성을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::Collections::IDictionary ^ Contents { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Contents { get; }
member this.Contents : System.Collections.IDictionary
Public ReadOnly Property Contents As IDictionary

속성 값

DeviceSpecific/Choice 구문의 선택 항목에 정의되어 있는 재정의된 속성입니다.

설명

재정의된 속성이 처리된 후(메서드에서 OnDeviceCustomize ) 이 컬렉션을 변경해도 아무런 효과가 없습니다. 이 메서드는 주로 컨트롤 디자이너에서 사용되며 일반적인 용도로는 사용되지 않습니다.

적용 대상

추가 정보