IPropertySourceCollection 接口

定义

表示在“属性”窗口中显示的属性源对象的集合。

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)
实现

方法

Add(Object)

将新的属性源对象添加到 IPropertySourceCollection 集合中。

适用于