Udostępnij za pośrednictwem


Metoda UIObject.Remove — (String)

Usuwa określony obiekt interfejsu użytkownika z potomkiem obiekty w tym obiekcie interfejsu użytkownika.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
Public Function Remove ( _
    objectId As String _
) As Boolean
public bool Remove(
    string objectId
)
public:
bool Remove(
    String^ objectId
)
member Remove : 
        objectId:string -> bool 
public function Remove(
    objectId : String
) : boolean

Parametry

  • objectId
    Typ: System.String
    Identyfikator obiektu interfejsu użytkownika

Wartość zwracana

Typ: System.Boolean
true Jeśli usunięto okreolonego obiektu; w przeciwnym razie false.

Zabezpieczenia.NET Framework

Zobacz też

Informacje

UIObject Class

Przeciążenie Remove

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common.UIMap