ObjectPersistData.AddToObjectControlBuilderTable(IDictionary) 方法
定义
向集合中添加已生成的对象。Adds built objects to a collection.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void AddToObjectControlBuilderTable(System::Collections::IDictionary ^ table);
public void AddToObjectControlBuilderTable (System.Collections.IDictionary table);
member this.AddToObjectControlBuilderTable : System.Collections.IDictionary -> unit
Public Sub AddToObjectControlBuilderTable (table As IDictionary)
参数
- table
- IDictionary
控件生成器的集合。A collection for the control builder.