C# 클래스 Charmed.Helpers.TextBoxHelper

Helper class to assist with binding text to a view model as soon as it changes.
파일 보기 프로젝트 열기: brentedwards/Charmed

공개 프로퍼티들

프로퍼티 타입 설명
BindableTextProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
GetBindableText ( TextBox element ) : string
SetBindableText ( TextBox element, string value ) : void
TextBoxHelper ( TextBox textBox ) : Windows.UI.Xaml

메소드 상세

GetBindableText() 공개 정적인 메소드

public static GetBindableText ( TextBox element ) : string
element Windows.UI.Xaml.Controls.TextBox
리턴 string

SetBindableText() 공개 정적인 메소드

public static SetBindableText ( TextBox element, string value ) : void
element Windows.UI.Xaml.Controls.TextBox
value string
리턴 void

TextBoxHelper() 공개 메소드

public TextBoxHelper ( TextBox textBox ) : Windows.UI.Xaml
textBox Windows.UI.Xaml.Controls.TextBox
리턴 Windows.UI.Xaml

프로퍼티 상세

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

public static DependencyProperty,Windows.UI.Xaml BindableTextProperty
리턴 Windows.UI.Xaml.DependencyProperty