C# Класс Caliburn.Micro.Message

Host's attached properties related to routed UI messaging.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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