C# Class wenku10.Pages.Dialogs.Rename

Inheritance: ContentDialog
ファイルを表示 Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
Canceled bool

Public Methods

Method Description
Rename ( INamable Target ) : System
Rename ( INamable Target, string Title ) : System
Rename ( INamable Target, string Title, bool ReadOnly ) : System

Private Methods

Method Description
Confirmed ( ) : void
ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs e ) : void
OnKeyDown ( object sender, KeyRoutedEventArgs e ) : void
Rename ( ) : System

Method Details

Rename() public method

public Rename ( INamable Target ) : System
Target INamable
return System

Rename() public method

public Rename ( INamable Target, string Title ) : System
Target INamable
Title string
return System

Rename() public method

public Rename ( INamable Target, string Title, bool ReadOnly ) : System
Target INamable
Title string
ReadOnly bool
return System

Property Details

Canceled public_oe property

public bool Canceled
return bool