Partager via


Membres IPropertyStore

Represents a property store.

Le type IPropertyStore expose les membres suivants.

Méthodes

  Nom Description
Méthode publique ContainsBoolean Indicates whether the property at the specified index contains a Boolean value.
Méthode publique ContainsInteger Indicates whether the property at the specified index contains an integer value.
Méthode publique ContainsObject Indicates whether the property at the specified index contains an object value.
Méthode publique ContainsSize Indicates whether the property at the specified index contains a size value.
Méthode publique GetBoolean Gets the value of a Boolean property.
Méthode publique GetInteger Gets the value of an integer property.
Méthode publique GetObject(Int32) Gets an object property.
Méthode publique GetObject< (Of < <' (T> ) > > )(Int32) Gets an object of a specific type.
Méthode publique GetSize Gets a size property.
Méthode publique RemoveBoolean Removes a Boolean property.
Méthode publique RemoveInteger Removes an integer 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 Gets an integer property.
Méthode publique SetObject Sets an object property.
Méthode publique SetSize Sets a size property.

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