Share via


Items Property

Returns the local collection of context items offered by this editing context.

Namespace:  Microsoft.Data.Tools.Design.Core.Context
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public ReadOnly Property Items As ContextItemCollection
    Get
'Usage
Dim instance As EditingContext
Dim value As ContextItemCollection

value = instance.Items
public ContextItemCollection Items { get; }
public:
property ContextItemCollection^ Items {
    ContextItemCollection^ get ();
}
member Items : ContextItemCollection
function get Items () : ContextItemCollection

Property Value

Type: Microsoft.Data.Tools.Design.Core.Context..::..ContextItemCollection

See Also

Reference

EditingContext Class

Microsoft.Data.Tools.Design.Core.Context Namespace