Skip to main content

IWorkspaceState.InspectedObjects property

Namespace: NextDesign.Desktop

Description

Elements to be inspected (multiple) These are the elements that are currently displayed in the Inspector. If there are no multiple elements to display in the inspector, it will be an empty collection. It does not always contain the elements that can be obtained with IWorkspaceState.InspectedObject {get;}.

IEnumerable <object\> InspectedObjects {get;}

type

  • IEnumerable <object>