PropertyEntryCollection Class

Definition

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

Constructors

PropertyEntryCollection(PropertyValue)

Properties

Count
Item[String]
ParentValue

Methods

GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to