C# Класс XAMLMarkupExtensions.Base.NullExtension

An extension that returns null.
Наследование: NestedMarkupExtension
Показать файл Открыть проект

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

Метод Описание
FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object

This function returns the properly prepared output of the markup extension.

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

Метод Описание
UpdateOnEndpoint ( TargetInfo endpoint ) : bool

This method must return true, if an update shall be executed when the given endpoint is reached. This method is called each time an endpoint is reached.

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

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

This function returns the properly prepared output of the markup extension.
public FormatOutput ( TargetInfo endPoint, TargetInfo info ) : object
endPoint TargetInfo Information about the endpoint.
info TargetInfo Information about the target.
Результат object

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

This method must return true, if an update shall be executed when the given endpoint is reached. This method is called each time an endpoint is reached.
protected UpdateOnEndpoint ( TargetInfo endpoint ) : bool
endpoint TargetInfo Information on the specific endpoint.
Результат bool