EmptySelection::CoercedSelection Property

 

We need to return an empty collection here to cause a coercion failure. This is a bit odd, but necessary given implementation of SelectionState.IsCoercionFailure.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property ICollection^ CoercedSelection {
	virtual ICollection^ get() override;
}

Property Value

Type: System.Collections::ICollection^
Return to top
Show: