Aracılığıyla paylaş


HtmlRadioButton.Selected Özellik

Bu seçenek düğmesinin işaretli olup olmadığını gösteren bir değeri alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Derleme:  Microsoft.VisualStudio.TestTools.UITesting (Microsoft.VisualStudio.TestTools.UITesting.dll içinde)

Sözdizimi

'Bildirim
Public Overridable Property Selected As Boolean
    Get
    Set
public virtual bool Selected { get; set; }
public:
virtual property bool Selected {
    bool get ();
    void set (bool value);
}
abstract Selected : bool with get, set
override Selected : bool with get, set
function get Selected () : boolean
function set Selected (value : boolean)

Özellik Değeri

Tür: System.Boolean
true Bu seçenek düğmesi seçilirse; Aksi takdirde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

HtmlRadioButton Sınıf

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Ad Alanı