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.
Gets an enumeration of objects that have been added to the editing model.
Namespace: Microsoft.Windows.Design.Services
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ItemsAdded As IEnumerable(Of ModelItem)
Get
public abstract IEnumerable<ModelItem> ItemsAdded { get; }
public:
virtual property IEnumerable<ModelItem^>^ ItemsAdded {
IEnumerable<ModelItem^>^ get () abstract;
}
abstract ItemsAdded : IEnumerable<ModelItem>
abstract function get ItemsAdded () : IEnumerable<ModelItem>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelItem>
An enumeration of ModelItem objects that have been added to the editing model.
.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.
See Also
Reference
Microsoft.Windows.Design.Services Namespace