IPropertySourceCollection Interface

Definition

Represents a collection of property source objects that appear in the Properties window.

public interface class IPropertySourceCollection : System::Collections::Generic::IEnumerable<System::Object ^>
public interface IPropertySourceCollection : System.Collections.Generic.IEnumerable<object>
type IPropertySourceCollection = interface
    interface seq<obj>
    interface IEnumerable
Public Interface IPropertySourceCollection
Implements IEnumerable(Of Object)
Implements

Methods

Add(Object)

Adds a new property source object to the IPropertySourceCollection collection.

Applies to