C# 클래스 XAMLMarkupExtensions.Base.NullExtension

An extension that returns null.
상속: NestedMarkupExtension
파일 보기 프로젝트 열기: MrCircuit/XAMLMarkupExtensions

공개 메소드들

메소드 설명
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