SelectionState.CoercedSelectionModelElements 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 list that replaces the Pels in the coerced selection with their associated Mels, plus any mels from the coerced selection that did not have pels.
public:
property System::Collections::ICollection ^ CoercedSelectionModelElements { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection CoercedSelectionModelElements { get; }
member this.CoercedSelectionModelElements : System.Collections.ICollection
Public ReadOnly Property CoercedSelectionModelElements As ICollection
Property Value
Collection of mels in the coerced selection. Can be null.