C# Class ICSharpCode.XamlDesigner.Shell

Inheritance: INotifyPropertyChanged
显示文件 Open project: jogibear9988/XamarinFormsXamlEditor Class Usage Examples

Public Properties

Property Type Description
Instance Shell

Private Properties

Property Type Description

Public Methods

Method Description
CanRefresh ( ) : bool
Close ( Document doc ) : bool
CloseAll ( ) : bool
CloseCurrentDocument ( ) : void
Exit ( ) : void
JumpToError ( XamlError error ) : void
New ( ) : void
Open ( ) : void
Open ( string path ) : void
PrepareExit ( ) : bool
RaisePropertyChanged ( string name ) : void
Refresh ( ) : void
ReportException ( Exception x ) : void
Save ( Document doc ) : bool
SaveAll ( ) : bool
SaveAs ( Document doc ) : bool
SaveCurrentDocument ( ) : void
SaveCurrentDocumentAs ( ) : void
Shell ( ) : System

Method Details

CanRefresh() public method

public CanRefresh ( ) : bool
return bool

Close() public method

public Close ( Document doc ) : bool
doc Document
return bool

CloseAll() public method

public CloseAll ( ) : bool
return bool

CloseCurrentDocument() public method

public CloseCurrentDocument ( ) : void
return void

Exit() public method

public Exit ( ) : void
return void

JumpToError() public method

public JumpToError ( XamlError error ) : void
error ICSharpCode.WpfDesign.Designer.Services.XamlError
return void

New() public method

public New ( ) : void
return void

Open() public method

public Open ( ) : void
return void

Open() public method

public Open ( string path ) : void
path string
return void

PrepareExit() public method

public PrepareExit ( ) : bool
return bool

RaisePropertyChanged() public method

public RaisePropertyChanged ( string name ) : void
name string
return void

Refresh() public method

public Refresh ( ) : void
return void

ReportException() public static method

public static ReportException ( Exception x ) : void
x System.Exception
return void

Save() public method

public Save ( Document doc ) : bool
doc Document
return bool

SaveAll() public method

public SaveAll ( ) : bool
return bool

SaveAs() public method

public SaveAs ( Document doc ) : bool
doc Document
return bool

SaveCurrentDocument() public method

public SaveCurrentDocument ( ) : void
return void

SaveCurrentDocumentAs() public method

public SaveCurrentDocumentAs ( ) : void
return void

Shell() public method

public Shell ( ) : System
return System

Property Details

Instance public_oe static_oe property

public static Shell Instance
return Shell