Proprietà ToleranceRectangle.Rectangle
Area del rettangolo per la tolleranza.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintassi
'Dichiarazione
Public Property Rectangle As Rectangle
public Rectangle Rectangle { get; set; }
public:
property Rectangle Rectangle {
Rectangle get ();
void set (Rectangle value);
}
member Rectangle : Rectangle with get, set
function get Rectangle () : Rectangle
function set Rectangle (value : Rectangle)
Valore proprietà
Tipo: Rectangle
Restituisce Rectangle.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.