AxHost.State Classe

Définition

Encapsule l'état persistant d'un contrôle 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
Héritage
AxHost.State
Attributs
Implémente

Remarques

AxHost.State Le peut être récupéré à l’aide de la AxHost.OcxState propriété ou en lisant l’état du contrôle à partir d’un flux de données.

Pour plus d’informations, consultez Interface IPersistStream et Interface IPersistPropertyBag.

Constructeurs

AxHost.State(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe AxHost.State pour la désérialisation d'un état.

AxHost.State(Stream, Int32, Boolean, String)

Initialise une nouvelle instance de la classe AxHost.State pour la sérialisation d'un état.

Méthodes

Dispose()

Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées.

Dispose(Boolean)

Encapsule l'état persistant d'un contrôle ActiveX.

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

(Hérité de Object)
GetHashCode()

Fait office de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient le Type de l'instance actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle du Object actuel.

(Hérité de Object)
ToString()

Retourne une chaîne qui représente l'objet actuel.

(Hérité de Object)

Implémentations d’interfaces explicites

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Remplit SerializationInfo avec les données nécessaires pour sérialiser l'objet cible.

S’applique à

Voir aussi