Method GetSelectedItems
GetSelectedItems(DependencyObject)
Gets the value of the SelectedItemsProperty attached property from the specified DependencyObject.
public static INotifyCollectionChanged GetSelectedItems(DependencyObject obj)
Parameters
objDependencyObjectThe DependencyObject from which to get the value.
Returns
- INotifyCollectionChanged
 The value of the SelectedItemsProperty attached property.