Re: SelectionObject property
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
Re: SelectionObject property
Hi,
SelectionObject property is used as the read only property. It reads the data from the Drop Down Menu and list box. It is automatically set when there is selection in the PropertySheet. It uses the platform of Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 7, Windows 2008 R2 which is used for development. And target mode is as Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, Windows 7, Windows 2008 R2.
Thats it!!!!!!!!!!!!
Re: SelectionObject property
Hi there,
It works with the PropertySheet method. SelectionObject is always null for property sheets owned by scope nodes and property sheet extensions. It is only valid for view selection property sheets that are created using ShowPropertySheet. Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Thanks