Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal use only.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Syntax
'Declaration
ReadOnly Property EntityDesignerSelection As EntityDesignerSelection
Get
'Usage
Dim instance As IEntityDesignerPropertyData
Dim value As EntityDesignerSelection
value = instance.EntityDesignerSelection
EntityDesignerSelection EntityDesignerSelection { get; }
property EntityDesignerSelection EntityDesignerSelection {
EntityDesignerSelection get ();
}
function get EntityDesignerSelection () : EntityDesignerSelection
Property Value
Type: Microsoft.Data.Entity.Design.Extensibility.EntityDesignerSelection
Microsoft internal use only.
Permissions
- 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.
See Also
Reference
IEntityDesignerPropertyData Interface