C# 클래스 produproperty.ViewModel.winmain

상속: NotifyProperty
파일 보기 프로젝트 열기: lindexi/Markdown

공개 프로퍼티들

프로퍼티 타입 설명
select int
select_length int
selectchange int>.Action

공개 메소드들

메소드 설명
bold_text ( ) : void
cancel_text ( ) : void
dropimg ( object sender, DragEventArgs e ) : void
mt ( ) : void
new_file ( ) : void
open_file ( file_storage temp ) : void
storage ( ) : void
text_line ( string text, int select ) : string
winmain ( StorageFolder folder ) : System

비공개 메소드들

메소드 설명
clipboard ( DataPackageView con ) : Task
clipboard_substitution ( string str ) : void
file_deserialize ( StorageFile temp ) : Task
file_null ( string str ) : Task
file_serialization ( StorageFile temp, string str ) : void
file_storage ( ) : void
file_storage_colleciton ( StorageFolder folder ) : void
image_storage ( file_storage temp ) : Task
imgfolder ( file_storage temp, StorageFile file ) : Task
motify ( ) : void
spilt_text ( ) : string[]
spilt_text ( string text, int select_index, int select_length ) : string[]
toc ( file_storage _file_storage, StorageFolder folder ) : void

메소드 상세

bold_text() 공개 메소드

public bold_text ( ) : void
리턴 void

cancel_text() 공개 메소드

public cancel_text ( ) : void
리턴 void

dropimg() 공개 메소드

public dropimg ( object sender, DragEventArgs e ) : void
sender object
e Windows.UI.Xaml.DragEventArgs
리턴 void

mt() 공개 메소드

public mt ( ) : void
리턴 void

new_file() 공개 메소드

public new_file ( ) : void
리턴 void

open_file() 공개 메소드

public open_file ( file_storage temp ) : void
temp file_storage
리턴 void

storage() 공개 메소드

public storage ( ) : void
리턴 void

text_line() 공개 메소드

public text_line ( string text, int select ) : string
text string
select int
리턴 string

winmain() 공개 메소드

public winmain ( StorageFolder folder ) : System
folder Windows.Storage.StorageFolder
리턴 System

프로퍼티 상세

select 공개적으로 프로퍼티

public int select
리턴 int

select_length 공개적으로 프로퍼티

public int select_length
리턴 int

selectchange 공개적으로 프로퍼티

public Action selectchange
리턴 int>.Action