IPropertySourceCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |