C# 클래스 Illusion.Parameter

Represents a parameter of an ActionMessage.
상속: System.Windows.Freezable, IAttachedObject
파일 보기 프로젝트 열기: kasicass/kasicass

공개 프로퍼티들

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

Private Properties

프로퍼티 타입 설명
IAttachedObject void
IAttachedObject void
MakeAwareOf void
OnValueChanged void

보호된 메소드들

메소드 설명
CreateInstanceCore ( ) : System.Windows.Freezable

When implemented in a derived class, creates a new instance of the T:System.Windows.Freezable derived class.

비공개 메소드들

메소드 설명
IAttachedObject ( ) : void
IAttachedObject ( DependencyObject dependencyObject ) : void
MakeAwareOf ( ActionMessage owner ) : void

Makes the parameter aware of the ActionMessage that it's attached to.

OnValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

CreateInstanceCore() 보호된 메소드

When implemented in a derived class, creates a new instance of the T:System.Windows.Freezable derived class.
protected CreateInstanceCore ( ) : System.Windows.Freezable
리턴 System.Windows.Freezable

프로퍼티 상세

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

A dependency property representing the parameter's value.
public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty