XmlEditingScope 멤버
Represents a change to the XmlStore.
다음 표에는 XmlEditingScope 유형으로 제공되는 멤버의 목록이 나와 있습니다.
보호됨 생성자
이름 | 설명 | |
---|---|---|
XmlEditingScope | Initializes a new instance of the XmlEditingScope class. |
위쪽
공개 속성
이름 | 설명 | |
---|---|---|
IsUndo | Returns a boolean value indicating whether this XmlEditingScope is the result of an Undo or Redo operation. | |
Name | Gets the name provided in XmlEditingScope. | |
Parent | Returns the parent object if this XmlEditingScope has a parent. | |
Status | Returns the status of this XmlEditingScope. | |
Store | Gets the XmlStore instance that created this XmlEditingScope. | |
UndoScope | Returns the original XmlEditingScope that created the undo unit if this XmlEditingScope comes from the UndoRedoCompleted event. Returns null in other cases. | |
UserState | Gets the state object that was provided to the BeginEditingScope method. |
위쪽
공개 메서드
(보호됨 메서드 참고)
이름 | 설명 | |
---|---|---|
Changes | 오버로드되었습니다. Returns a list of all pending XmlModelChange objects for the specified model. | |
Complete | Completes all edits that were made while this XmlEditingScope object was active on any of the XmlModel objects in the associated XmlStore. This method pushes the changes to the underlying IVsTextLines buffers, and adds an undo unit to the IOleUndoManager provided to the associated XmlStore instance. | |
Dispose | Releases all resources used by the current instance of the XmlEditingScope class. | |
Equals | 오버로드되었습니다. (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ReferenceEquals | (Object에서 상속됨) | |
Revert | Reverts all the changes made while this XmlEditingScope object was active and sets the parse tree back to the state it was in before this XmlEditingScope began. The XmlEditingScopeStatus is set to Reverted. If this XmlEditingScope is the top-most parent, an EditingScopeCompleted event will be raised on the associated XmlStore. You can tell whether the XmlEditingScope was reverted in your EditingScopeCompleted event handler by checking the XmlEditingScopeStatus. | |
ToString | (Object에서 상속됨) |
위쪽
보호됨 메서드
이름 | 설명 | |
---|---|---|
Finalize | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) |
위쪽