共用方式為


PropertyStore 成員

Represents a property store.

PropertyStore 型別公開下列成員。

建構函式

  名稱 描述
公用方法 PropertyStore Initializes a new instance of the PropertyStore class.

頂端

方法

  名稱 描述
公用方法 ContainsBoolean Indicates whether a property contains a Boolean value.
公用方法 ContainsInteger Indicates whether a property contains an int value.
公用方法 ContainsObject Indicates whether a property contains an object.
公用方法 ContainsSize Indicates whether a property contains a size.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetBoolean Gets a Boolean property.
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetInteger Gets an integer property.
公用方法 GetObject(Int32) Gets an object property.
公用方法 GetObject< (Of < <' (T> ) > > )(Int32) Gets a property of type T.
公用方法 GetSize Gets a size property.
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 RemoveBoolean Removes a Boolean property.
公用方法 RemoveInteger Removes an int property.
公用方法 RemoveObject Removes an object property.
公用方法 RemoveProperty Removes a property.
公用方法 RemoveSize Removes a size property.
公用方法 SetBoolean Sets a Boolean property.
公用方法 SetInteger Sets an int property.
公用方法 SetObject Sets an object property.
公用方法 SetSize Sets a size property.
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Owner The owner object.
公用屬性 Parent The parent object.

頂端