|
|
The DocumentSavedViewpoints type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AddComment |
Edit item and add Comment to item's Comments
|
|
|
AddCopy(SavedItem) |
Adds a copy of item to the end of Value.
|
|
|
AddCopy(GroupItem, SavedItem) |
Adds a copy of item to the end of the specified parent group contained by SavedViewpoints.
|
|
|
CaptureRuntimeOverrides |
Creates a view that captures current runtime overrides.
|
|
|
Clear |
Removes all items in Value
|
|
|
CopyFrom(IEnumerable<(Of <<'(SavedItem>)>>)) |
Copies the SavedViewpoints from value and replaces the list of entries held
in Value.
|
|
|
CopyFrom(SavedItemCollection) |
Copies the SavedViewpoints from value and
replaces the list of entries held in Value.
|
|
|
CreateCopy |
Creates a copy of the SavedViewpoints associated with this object
|
|
|
CreateIndexPath |
Returns a collection of indices that defines a path from the root item through its
descendents to the specified item.
|
|
|
CreateReference |
Returns a reference to a saved item.
|
|
|
EditComments |
Edit item and update it's Comments
|
|
|
EditDisplayName |
Edit item and update it's DisplayName
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
InsertCopy(Int32, SavedItem) |
Inserts a copy of item into Value.
|
|
|
InsertCopy(GroupItem, Int32, SavedItem) |
Inserts a copy of item into the specified parent group contained by SavedViewpoints.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Move(Int32, Int32) |
Moves item from oldIndex to newIndex within Value
|
|
|
Move(GroupItem, Int32, GroupItem, Int32) |
Moves item at oldIndex in OldParent to newIndex in newParent
|
|
|
Remove(SavedItem) |
Removes specified item from Value.
|
|
|
Remove(GroupItem, SavedItem) |
Removes specified item from the specified parent group contained by SavedViewpoints.
|
|
|
RemoveAt(Int32) |
Removes item at the specified index from Value.
|
|
|
RemoveAt(GroupItem, Int32) |
Removes item from the specified parent group contained by SavedViewpoints.
|
|
|
ReplaceFromCurrentView |
Replaces the SavedViewpoint within Value with an updated copy.
Viewpoint, Redlines and visibility are updated to those in the current View.
|
|
|
ReplaceWithCopy(Int32, SavedItem) |
Replaces item at given index within Value with a copy of item
|
|
|
ReplaceWithCopy(GroupItem, Int32, SavedItem) |
Replaces item from the specified parent group with a copy of item
|
|
|
ResolveGuid |
Returns the saved item referenced by a guid.
|
|
|
ResolveIndexPath |
Returns the saved item referenced by a collection of indices that define a path from the
root item through its descendents to the specified item.
|
|
|
ResolveReference |
Returns the saved item referenced by a SavedItemReference.
|
|
|
ToSavedItemCollection |
Explicit form of conversion operator returning Value
|
|
|
ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
|
|
Implicit Widening Implicit Implicit Implicit (DocumentSavedViewpoints to SavedItemCollection) |
Conversion operator returning Value
|
Properties
| Name | Description | |
|---|---|---|
|
|
CurrentSavedViewpoint |
The current item as displayed in the GUI. Must exist in Value or be null.
|
|
|
Id |
The internal identifier for this type of document part.
|
|
|
RootItem |
Value as the children of a FolderItem
|
|
|
Value |
The collection of SavedViewpoints stored in the Document
|
Events
| Name | Description | |
|---|---|---|
|
|
Changed |
Occurs when the SavedViewpoints contained in this object has changed
|
|
|
Changing |
Occurs when the SavedViewpoint contained in this object is about to change
|
|
|
CurrentSavedViewpointChanged |
Occurs when CurrentSavedViewpoint has changed.
|