SelectionState.CoercionCompliantSelection Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public ReadOnly Property CoercionCompliantSelection As ICollection
'Usage
Dim instance As SelectionState
Dim value As ICollection
value = instance.CoercionCompliantSelection
public ICollection CoercionCompliantSelection { get; }
public:
property ICollection^ CoercionCompliantSelection {
ICollection^ get ();
}
public function get CoercionCompliantSelection () : ICollection
Property Value
Type: System.Collections.ICollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.