C# Class ICSharpCode.XamlDesigner.Document

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Свойство Type Description
xamlElementLineInfo ICSharpCode.WpfDesign.XamlDom.XamlElementLineInfo

Méthodes publiques

Méthode Description
Document ( string filePath ) : System
Document ( string tempName, string text ) : System
RaisePropertyChanged ( string name ) : void
Refresh ( ) : void
ReloadFile ( ) : void
Save ( ) : void
SaveAs ( string filePath ) : void
UndoService_UndoStackChanged ( object sender, EventArgs e ) : void
UpdateDesign ( ) : void
UpdateXaml ( ) : void

Method Details

Document() public méthode

public Document ( string filePath ) : System
filePath string
Résultat System

Document() public méthode

public Document ( string tempName, string text ) : System
tempName string
text string
Résultat System

RaisePropertyChanged() public méthode

public RaisePropertyChanged ( string name ) : void
name string
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ReloadFile() public méthode

public ReloadFile ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SaveAs() public méthode

public SaveAs ( string filePath ) : void
filePath string
Résultat void

UndoService_UndoStackChanged() public méthode

public UndoService_UndoStackChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

UpdateDesign() public méthode

public UpdateDesign ( ) : void
Résultat void

UpdateXaml() public méthode

public UpdateXaml ( ) : void
Résultat void

Property Details

xamlElementLineInfo public_oe property

public XamlElementLineInfo,ICSharpCode.WpfDesign.XamlDom xamlElementLineInfo
Résultat ICSharpCode.WpfDesign.XamlDom.XamlElementLineInfo