AxHost.State 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
封装 ActiveX 控件的持久状态。
public: ref class AxHost::State : System::Runtime::Serialization::ISerializable
public: ref class AxHost::State : IDisposable, System::Runtime::Serialization::ISerializable
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))]
[System.Serializable]
public class AxHost.State : System.Runtime.Serialization.ISerializable
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))]
[System.Serializable]
public class AxHost.State : IDisposable, System.Runtime.Serialization.ISerializable
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))>]
[<System.Serializable>]
type AxHost.State = class
interface ISerializable
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))>]
[<System.Serializable>]
type AxHost.State = class
interface ISerializable
interface IDisposable
Public Class AxHost.State
Implements ISerializable
Public Class AxHost.State
Implements IDisposable, ISerializable
- 继承
-
AxHost.State
- 属性
- 实现
注解
AxHost.State可以使用 属性或通过从数据流中读取控件的状态来检索 AxHost.OcxState 。
有关详细信息,请参阅 IPersistStream 接口 和 IPersistPropertyBag 接口。
构造函数
AxHost.State(SerializationInfo, StreamingContext) |
初始化 AxHost.State 类的新实例以反序列化状态。 |
AxHost.State(Stream, Int32, Boolean, String) |
初始化 AxHost.State 类的新实例以序列化状态。 |
方法
Dispose() |
执行与释放或重置非托管资源关联的应用程序定义的任务。 |
Dispose(Boolean) |
封装 ActiveX 控件的持久状态。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |
显式接口实现
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
使用将目标对象序列化所需的数据填充 SerializationInfo。 |