SelectionState.CoercedSelectionPresentationElements Property

Definition

It is possible for the CoercedSelection to include Pels and Mels which are
associated with Pels that are not already included.

This method returns a collection which excludes any Mels.

public:
 property System::Collections::ICollection ^ CoercedSelectionPresentationElements { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection CoercedSelectionPresentationElements { get; }
member this.CoercedSelectionPresentationElements : System.Collections.ICollection
Public ReadOnly Property CoercedSelectionPresentationElements As ICollection

Property Value

Collection of pels in the coerced selection. Can be null.

Applies to