Freigeben über


PropertyStore-Member

Represents a property store.

Der PropertyStore-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PropertyStore Initializes a new instance of the PropertyStore class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ContainsBoolean Indicates whether a property contains a Boolean value.
Öffentliche Methode ContainsInteger Indicates whether a property contains an int value.
Öffentliche Methode ContainsObject Indicates whether a property contains an object.
Öffentliche Methode ContainsSize Indicates whether a property contains a size.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBoolean Gets a Boolean property.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetInteger Gets an integer property.
Öffentliche Methode GetObject(Int32) Gets an object property.
Öffentliche Methode GetObject< (Of < <' (T> ) > > )(Int32) Gets a property of type T.
Öffentliche Methode GetSize Gets a size property.
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode RemoveBoolean Removes a Boolean property.
Öffentliche Methode RemoveInteger Removes an int property.
Öffentliche Methode RemoveObject Removes an object property.
Öffentliche Methode RemoveProperty Removes a property.
Öffentliche Methode RemoveSize Removes a size property.
Öffentliche Methode SetBoolean Sets a Boolean property.
Öffentliche Methode SetInteger Sets an int property.
Öffentliche Methode SetObject Sets an object property.
Öffentliche Methode SetSize Sets a size property.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Owner The owner object.
Öffentliche Eigenschaft Parent The parent object.

Zum Anfang