SilverlightLabel.Target Property
Gets the control on which the label appears.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Target As UITestControl
Get
public virtual UITestControl Target { get; }
public:
virtual property UITestControl^ Target {
UITestControl^ get ();
}
abstract Target : UITestControl
override Target : UITestControl
function get Target () : UITestControl
Property Value
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
A UITestControl that represents the control on which the label appears.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace