Hey,
Gets the selection object that is provided by the snap-in for the items that are represented by the new selection.
Here is the method:
Code:
Public ReadOnly Property SelectionObject As Object
The selection object is provided by a snap-in to uniquely identify the data that is represented by the current selection. For the given data, the snap-in must always provide equal instances of SelectionObject across selection changes and across view instances. The instances are considered equal as determinable by System.IComparable.CompareTo if the selection object implements IComparable, or by a reference comparison if the selection object does not implement IComparable.
Thanks
Bookmarks