SelectionState.CoercedSelectionPresentationElements Property

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

Syntax

'宣言
Public ReadOnly Property CoercedSelectionPresentationElements As ICollection
'使用
Dim instance As SelectionState
Dim value As ICollection

value = instance.CoercedSelectionPresentationElements
public ICollection CoercedSelectionPresentationElements { get; }
public:
property ICollection^ CoercedSelectionPresentationElements {
    ICollection^ get ();
}
public function get CoercedSelectionPresentationElements () : ICollection

Property Value

Type: System.Collections.ICollection

Permissions

See Also

Reference

SelectionState Class

SelectionState Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace