共用方式為


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 集合。

適用於