Partager via


Membres PropertyStore

Represents a property store.

Le type PropertyStore expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique PropertyStore Initializes a new instance of the PropertyStore class.

Haut de la page

Méthodes

  Nom Description
Méthode publique ContainsBoolean Indicates whether a property contains a Boolean value.
Méthode publique ContainsInteger Indicates whether a property contains an int value.
Méthode publique ContainsObject Indicates whether a property contains an object.
Méthode publique ContainsSize Indicates whether a property contains a size.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetBoolean Gets a Boolean property.
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetInteger Gets an integer property.
Méthode publique GetObject(Int32) Gets an object property.
Méthode publique GetObject< (Of < <' (T> ) > > )(Int32) Gets a property of type T.
Méthode publique GetSize Gets a size property.
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique RemoveBoolean Removes a Boolean property.
Méthode publique RemoveInteger Removes an int property.
Méthode publique RemoveObject Removes an object property.
Méthode publique RemoveProperty Removes a property.
Méthode publique RemoveSize Removes a size property.
Méthode publique SetBoolean Sets a Boolean property.
Méthode publique SetInteger Sets an int property.
Méthode publique SetObject Sets an object property.
Méthode publique SetSize Sets a size property.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Owner The owner object.
Propriété publique Parent The parent object.

Haut de la page