|
|
The DocumentSelectionSets 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 SelectionSets.
|
|
|
Clear |
Removes all items in Value
|
|
|
CopyFrom(IEnumerable<(Of <<'(SavedItem>)>>)) |
Copies the SelectionSets from value and replaces the list of entries held
in Value.
|
|
|
CopyFrom(SavedItemCollection) |
Copies the SelectionSets from value and
replaces the list of entries held in Value.
|
|
|
CreateCopy |
Creates a copy of the SelectionSets 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.
|
|
|
CreateSelectionSource |
Returns a selection source that refers to the selection defined by a Selection Set
or folder of Selection Sets.
|
|
|
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 SelectionSets.
|
|
|
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 SelectionSets.
|
|
|
RemoveAt(Int32) |
Removes item at the specified index from Value.
|
|
|
RemoveAt(GroupItem, Int32) |
Removes item from the specified parent group contained by SelectionSets.
|
|
|
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.
|
|
|
ResolveSelectionSource |
Returns the saved item referenced by a SelectionSource
|
|
|
ToSavedItemCollection |
Explicit form of conversion operator returning Value
|
|
|
ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
|
|
Implicit Widening Implicit Implicit Implicit (DocumentSelectionSets to SavedItemCollection) |
Conversion operator returning Value
|
Properties
| Name | Description | |
|---|---|---|
|
|
Id |
The internal identifier for this type of document part.
|
|
|
RootItem |
Value as the children of a FolderItem
|
|
|
Value |
The collection of SelectionSets stored in the Document
|
Events
| Name | Description | |
|---|---|---|
|
|
Changed |
Occurs when the SelectionSets contained in this object has changed
|
|
|
Changing |
Occurs when the Selection contained in this object is about to change
|