C# Class produproperty.ViewModel.winmain

Inheritance: NotifyProperty
Afficher le fichier Open project: lindexi/Markdown

Méthodes publiques

Свойство Type Description
select int
select_length int
selectchange int>.Action

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

bold_text() public méthode

public bold_text ( ) : void
Résultat void

cancel_text() public méthode

public cancel_text ( ) : void
Résultat void

dropimg() public méthode

public dropimg ( object sender, DragEventArgs e ) : void
sender object
e Windows.UI.Xaml.DragEventArgs
Résultat void

mt() public méthode

public mt ( ) : void
Résultat void

new_file() public méthode

public new_file ( ) : void
Résultat void

open_file() public méthode

public open_file ( file_storage temp ) : void
temp file_storage
Résultat void

storage() public méthode

public storage ( ) : void
Résultat void

text_line() public méthode

public text_line ( string text, int select ) : string
text string
select int
Résultat string

winmain() public méthode

public winmain ( StorageFolder folder ) : System
folder Windows.Storage.StorageFolder
Résultat System

Property Details

select public_oe property

public int select
Résultat int

select_length public_oe property

public int select_length
Résultat int

selectchange public_oe property

public Action selectchange
Résultat int>.Action