C# Class produproperty.model

ファイルを表示 Open project: lindexi/Markdown Class Usage Examples

Public Properties

Property Type Description
_name string
_text string
_writetext bool

Private Properties

Property Type Description
ce void

Public Methods

Method Description
Current_Suspending ( object sender, SuspendingEventArgs e ) : void
accessfolder ( StorageFolder folder ) : void
clipboard ( DataPackageView con ) : Task
imgfolder ( StorageFile file ) : Task
model ( viewModel view ) : System
open_file ( StorageFile file ) : void
storage ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
ce ( ) : void

Method Details

Current_Suspending() public method

public Current_Suspending ( object sender, SuspendingEventArgs e ) : void
sender object
e Windows.ApplicationModel.SuspendingEventArgs
return void

accessfolder() public method

public accessfolder ( StorageFolder folder ) : void
folder Windows.Storage.StorageFolder
return void

clipboard() public method

public clipboard ( DataPackageView con ) : Task
con Windows.ApplicationModel.DataTransfer.DataPackageView
return Task

imgfolder() public method

public imgfolder ( StorageFile file ) : Task
file Windows.Storage.StorageFile
return Task

model() public method

public model ( viewModel view ) : System
view produproperty.ViewModel.viewModel
return System

open_file() public method

public open_file ( StorageFile file ) : void
file Windows.Storage.StorageFile
return void

storage() public method

public storage ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Property Details

_name public_oe property

public string _name
return string

_text public_oe property

public string _text
return string

_writetext public_oe property

public bool _writetext
return bool