C# Класс Automation.UI.Tree.Operators.NotOperator

Represents a unary operator that applies a logical "not" to a condition.
Наследование: IUnaryOperator
Показать файл Открыть проект

Открытые методы

Метод Описание
Apply ( Condition condition ) : Condition

Applies the "not" operator on this condition and returns a new condition.

Описание методов

Apply() публичный Метод

Applies the "not" operator on this condition and returns a new condition.
public Apply ( Condition condition ) : Condition
condition System.Windows.Automation.Condition The condition to apply the operator on.
Результат System.Windows.Automation.Condition