C# 클래스 Caliburn.Micro.Message

Host's attached properties related to routed UI messaging.
파일 보기 프로젝트 열기: dbuksbaum/Learning-Caliburn.Micro

공개 프로퍼티들

프로퍼티 타입 설명
AttachProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetAttach ( DependencyObject d ) : string

Gets the attached triggers and messages.

SetAttach ( DependencyObject d, string attachText ) : void

Sets the attached triggers and messages.

비공개 메소드들

메소드 설명
OnAttachChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetAttach() 공개 정적인 메소드

Gets the attached triggers and messages.
public static GetAttach ( DependencyObject d ) : string
d System.Windows.DependencyObject The element that was attached to.
리턴 string

SetAttach() 공개 정적인 메소드

Sets the attached triggers and messages.
public static SetAttach ( DependencyObject d, string attachText ) : void
d System.Windows.DependencyObject The element to attach to.
attachText string The parsable attachment text.
리턴 void

프로퍼티 상세

AttachProperty 공개적으로 정적으로 프로퍼티

A property definition representing attached triggers and messages.
public static DependencyProperty,System.Windows AttachProperty
리턴 System.Windows.DependencyProperty