Control.IExpressionsAccessor.HasExpressions 屬性
定義
如需這個成員的說明,請參閱 HasExpressions。For a description of this member, see HasExpressions.
property bool System::Web::UI::IExpressionsAccessor::HasExpressions { bool get(); };
bool System.Web.UI.IExpressionsAccessor.HasExpressions { get; }
ReadOnly Property HasExpressions As Boolean Implements IExpressionsAccessor.HasExpressions
屬性值
如果控制項有屬性透過運算式所設定,則為 true
,否則為 false
。true
if the control has properties set through expressions; otherwise, false
.
實作
備註
這個成員是明確介面成員實作,This member is an explicit interface member implementation. 只有在 Control 執行個體轉換成 IExpressionsAccessor 介面時,才能使用這個成員。It can be used only when the Control instance is cast to an IExpressionsAccessor interface.