PropertyValueCollection Class

Definition

public ref class PropertyValueCollection abstract : System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::DesignTools::Extensibility::PropertyEditing::PropertyValue ^>, System::Collections::Specialized::INotifyCollectionChanged
public abstract class PropertyValueCollection : System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyValue>, System.Collections.Specialized.INotifyCollectionChanged
type PropertyValueCollection = class
    interface seq<PropertyValue>
    interface IEnumerable
    interface INotifyCollectionChanged
Public MustInherit Class PropertyValueCollection
Implements IEnumerable(Of PropertyValue), INotifyCollectionChanged
Inheritance
PropertyValueCollection
Implements

Constructors

PropertyValueCollection(PropertyValue)

Properties

Count
Item[Int32]
ParentValue

Methods

Add(Object)
GetEnumerator()
Insert(Object, Int32)
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Remove(PropertyValue)
RemoveAt(Int32)
SetIndex(Int32, Int32)

Events

CollectionChanged

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to