|
|
The DocumentCurrentSelection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add | |
|
|
AddRange | |
|
|
Clear |
Removes all entries from
|
|
|
CopyFrom(IEnumerable<(Of <<'(ModelItem>)>>)) |
Copies the ModelItems from a IEnumerable>ModelItem< and
replaces the list of entries held in SelectedItems
|
|
|
CopyFrom(ModelItemCollection) |
Copies the ModelItems from a ModelItemCollection and replaces the list of entries held
in SelectedItems
|
|
|
CopyFrom(Selection) |
Copies the Selection from selection and replaces the list of entries held
in SelectedItems
|
|
|
CopyFrom(SelectionSourceCollection) |
Updates the SelectionSources in Selection from selectionSources and
replaces the list of entries held in SelectedItems
|
|
|
CreateCopy |
Creates a copy of the Selection associated with this object
|
|
|
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.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
Remove | |
|
|
SelectAll |
Selects all the ModelItems in the current document
|
|
|
ToSelection |
Explicit form of conversion operator returning Value
|
|
|
ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
|
|
Implicit Widening Implicit Implicit Implicit (DocumentCurrentSelection to Selection) |
Conversion operator returning Value
|
Properties
| Name | Description | |
|---|---|---|
|
|
IsEmpty |
Returns true when there are no ModelItems in the selection
|
|
|
SelectedItems |
Collection of instances of ModelItem in this Selection
|
|
|
Value |
The value of the current selection within the document
|
Events
| Name | Description | |
|---|---|---|
|
|
Changed |
Occurs when the Selection contained in this object has changed
|
|
|
Changing |
Occurs when the Selection contained in this object is about to change
|