HtmlRadioButton.ItemCount Property

Gets the number of items in the Group collection.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ItemCount As Integer
public virtual int ItemCount { get; }
public:
virtual property int ItemCount {
    int get ();
}
abstract ItemCount : int
override ItemCount : int
function get ItemCount () : int

Property Value

Type: System.Int32
The number of items in the Group collection.

.NET Framework Security

See Also

Reference

HtmlRadioButton Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace

Group