IPropertySourceCollection 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表出現在 [屬性] 視窗中的屬性來源物件集合。
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 集合。 |