IWorkspaceState.InspectedObjects property
Namespace: NextDesign.Desktop
Description
Elements to inspect
Elements that are currently displayed in the inspector.
If there are no multiple elements to display in the inspector, this will be an empty collection.
It does not necessarily contain elements that can be retrieved with IWorkspaceState.InspectedObject{get;}.
IEnumerable<object> InspectedObjects { get; }
Type
- IEnumerable<object>