SilverlightDescriptionViewer.Target Property
Gets the control that is associated with the description viewer.
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 that is associated with the description viewer.
.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
SilverlightDescriptionViewer Class
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace