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