C# Класс System.Windows.Parameter

Represents the base class for declarative parameters.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetValue ( ) : object

Gets the value of the parameter.

Защищенные методы

Метод Описание
Activate ( ) : void

Activates the parameter with the specified element as visual tree context.

Deactivate ( ) : void

Deactivates a parameter, when it is no longer in use.

OnValueChanged ( ) : void

Notifies that this parameter's value has changed.

Приватные методы

Метод Описание
SetOwner ( ParameterCollection owner ) : void

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

Activate() защищенный абстрактный Метод

Activates the parameter with the specified element as visual tree context.
protected abstract Activate ( ) : void
Результат void

Deactivate() защищенный абстрактный Метод

Deactivates a parameter, when it is no longer in use.
protected abstract Deactivate ( ) : void
Результат void

GetValue() публичный абстрактный Метод

Gets the value of the parameter.
public abstract GetValue ( ) : object
Результат object

OnValueChanged() защищенный Метод

Notifies that this parameter's value has changed.
protected OnValueChanged ( ) : void
Результат void