ControlData.ControlId Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The control ID.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Property ControlId As Integer
    Get
    Set
public int ControlId { get; set; }
public:
property int ControlId {
    int get ();
    void set (int value);
}
member ControlId : int with get, set
function get ControlId () : int
function set ControlId (value : int)

Property Value

Type: System.Int32
The control ID of the control.

.NET Framework Security

See Also

Reference

ControlData Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace