C# 클래스 System.Windows.Parameter

Represents the base class for declarative parameters.
파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( ) : object

Gets the value of the parameter.

보호된 메소드들

메소드 설명
Activate ( ) : void

Activates the parameter with the specified element as visual tree context.

Deactivate ( ) : void

Deactivates a parameter, when it is no longer in use.

OnValueChanged ( ) : void

Notifies that this parameter's value has changed.

비공개 메소드들

메소드 설명
SetOwner ( ParameterCollection owner ) : void

메소드 상세

Activate() 보호된 추상적인 메소드

Activates the parameter with the specified element as visual tree context.
protected abstract Activate ( ) : void
리턴 void

Deactivate() 보호된 추상적인 메소드

Deactivates a parameter, when it is no longer in use.
protected abstract Deactivate ( ) : void
리턴 void

GetValue() 공개 추상적인 메소드

Gets the value of the parameter.
public abstract GetValue ( ) : object
리턴 object

OnValueChanged() 보호된 메소드

Notifies that this parameter's value has changed.
protected OnValueChanged ( ) : void
리턴 void