MobileControl.IsTemplated 속성

정의

MobileControl 개체에 활성 템플릿 집합이 있는지 여부를 나타내는 값을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 virtual property bool IsTemplated { bool get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public virtual bool IsTemplated { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.IsTemplated : bool
Public Overridable ReadOnly Property IsTemplated As Boolean

속성 값

컨트롤에 활성 템플릿 집합이 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

템플릿으로 간주하려면 개체에 대상 디바이스에 대해 Choice> 요소가 성공적으로 평가된 DeviceSpecific 요소가< 있어야 합니다.>< 선택한 선택 항목에는 템플릿이 정의되어 있어야 합니다.

적용 대상

추가 정보