ObjectPersistData(ControlBuilder, IDictionary) 构造函数

定义

初始化 ObjectPersistData 类的新实例。Initializes a new instance of the ObjectPersistData class.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 ObjectPersistData(System::Web::UI::ControlBuilder ^ builder, System::Collections::IDictionary ^ builtObjects);
public ObjectPersistData (System.Web.UI.ControlBuilder builder, System.Collections.IDictionary builtObjects);
new System.Web.UI.ObjectPersistData : System.Web.UI.ControlBuilder * System.Collections.IDictionary -> System.Web.UI.ObjectPersistData
Public Sub New (builder As ControlBuilder, builtObjects As IDictionary)

参数

builder
ControlBuilder

用于生成控件的对象。The object for building the control.

builtObjects
IDictionary

由该生成器生成的对象的集合。A collection of objects that have been built by this builder.

适用于