取得或設定值,這個值表示儲存格是否已核取。
命名空間: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
組件: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (在 Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll 中)
語法
'宣告
Public Overridable Property Checked As Boolean
Get
Set
public virtual bool Checked { get; set; }
public:
virtual property bool Checked {
bool get ();
void set (bool value);
}
abstract Checked : bool with get, set
override Checked : bool with get, set
function get Checked () : boolean
function set Checked (value : boolean)
屬性值
型別:System.Boolean
Boolean 值,指出是否核取資料格。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls 命名空間