StyleCollection.SetDirtyObject(Object) 方法

定义

指示集合中包含的输入 Style 对象将其完整状态记录到视图状态,而不是仅记录更改信息。Instructs the input Style object contained in the collection to record its entire state to view state, rather than recording only change information.

protected:
 override void SetDirtyObject(System::Object ^ o);
protected override void SetDirtyObject (object o);
override this.SetDirtyObject : obj -> unit
Protected Overrides Sub SetDirtyObject (o As Object)

参数

o
Object

应将自身完全序列化的 Style 对象。The Style object that should serialize itself completely.

适用于