Share via


ExtensionQueryMessage.ControlId Property

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

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
Returns Int32.

.NET Framework Security

See Also

Reference

ExtensionQueryMessage Class

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