SelectionState.CoercedSelectionPresentationElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.