IEntityDesignerPropertyData.EntityDesignerSelection Property

 

This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

EntityDesignerSelection EntityDesignerSelection { get; }
property EntityDesignerSelection EntityDesignerSelection {
    EntityDesignerSelection get();
}
abstract EntityDesignerSelection : EntityDesignerSelection with get
ReadOnly Property EntityDesignerSelection As EntityDesignerSelection

Property Value

Type: Microsoft.Data.Entity.Design.Extensibility.EntityDesignerSelection

Returns EntityDesignerSelection.

See Also

IEntityDesignerPropertyData Interface
Microsoft.Data.Entity.Design.Extensibility Namespace

Return to top