다음을 통해 공유


TemplatePropertyEntry.BindableTemplate 속성

정의

ITemplate 속성에 데이터를 바인딩할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool BindableTemplate { bool get(); };
public bool BindableTemplate { get; }
member this.BindableTemplate : bool
Public ReadOnly Property BindableTemplate As Boolean

속성 값

Boolean

ITemplate 속성에 데이터를 바인딩할 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상