XmlStore 멤버
Manages the XmlModel objects.
다음 표에는 XmlStore 유형으로 제공되는 멤버의 목록이 나와 있습니다.
보호됨 생성자
이름 | 설명 | |
---|---|---|
XmlStore | Initializes a new instance of the XmlStore class. |
위쪽
공개 속성
이름 | 설명 | |
---|---|---|
CurrentEditingScope | Gets the current XmlEditingScope that is associated with this store. | |
SynchronizingObject | Gets or sets the ISynchronizeInvoke object. | |
UndoManager | Get or set the IOleUndoManager associated with this XmlStore. | |
XmlModels | Gets a list of all open XmlModel objects that are associated with this store. |
위쪽
공개 메서드
(보호됨 메서드 참고)
이름 | 설명 | |
---|---|---|
BeginEditingScope | Begins a new editing operation on one or more models in this XmlStore. | |
Dispose | Releases all resources used by the current instance of the XmlStore class. | |
Equals | 오버로드되었습니다. (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
OpenXmlModel | Loads a new XmlModel for the specified file name. | |
ReferenceEquals | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
위쪽
보호됨 메서드
이름 | 설명 | |
---|---|---|
Finalize | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) |
위쪽
공개 이벤트
이름 | 설명 | |
---|---|---|
EditingScopeCompleted | Occurs when edit operations have completed. This can be either when XmlEditingScope objects are created using the XmlEditingScope method or when the user makes changes in the XML Editor text view. | |
UndoRedoCompleted | Occurs when a new XmlEditingScope object has been created as a result of an undo/redo operation. |
위쪽