C# 클래스 ICSharpCode.XamlDesigner.Document

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
xamlElementLineInfo ICSharpCode.WpfDesign.XamlDom.XamlElementLineInfo

공개 메소드들

메소드 설명
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

메소드 상세

Document() 공개 메소드

public Document ( string filePath ) : System
filePath string
리턴 System

Document() 공개 메소드

public Document ( string tempName, string text ) : System
tempName string
text string
리턴 System

RaisePropertyChanged() 공개 메소드

public RaisePropertyChanged ( string name ) : void
name string
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

ReloadFile() 공개 메소드

public ReloadFile ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SaveAs() 공개 메소드

public SaveAs ( string filePath ) : void
filePath string
리턴 void

UndoService_UndoStackChanged() 공개 메소드

public UndoService_UndoStackChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

UpdateDesign() 공개 메소드

public UpdateDesign ( ) : void
리턴 void

UpdateXaml() 공개 메소드

public UpdateXaml ( ) : void
리턴 void

프로퍼티 상세

xamlElementLineInfo 공개적으로 프로퍼티

public XamlElementLineInfo,ICSharpCode.WpfDesign.XamlDom xamlElementLineInfo
리턴 ICSharpCode.WpfDesign.XamlDom.XamlElementLineInfo