共用方式為


IPropertyStore 成員

Represents a property store.

IPropertyStore 型別公開下列成員。

方法

  名稱 描述
公用方法 ContainsBoolean Indicates whether the property at the specified index contains a Boolean value.
公用方法 ContainsInteger Indicates whether the property at the specified index contains an integer value.
公用方法 ContainsObject Indicates whether the property at the specified index contains an object value.
公用方法 ContainsSize Indicates whether the property at the specified index contains a size value.
公用方法 GetBoolean Gets the value of a Boolean property.
公用方法 GetInteger Gets the value of an integer property.
公用方法 GetObject(Int32) Gets an object property.
公用方法 GetObject< (Of < <' (T> ) > > )(Int32) Gets an object of a specific type.
公用方法 GetSize Gets a size property.
公用方法 RemoveBoolean Removes a Boolean property.
公用方法 RemoveInteger Removes an integer property.
公用方法 RemoveObject Removes an object property.
公用方法 RemoveProperty Removes a property.
公用方法 RemoveSize Removes a size property.
公用方法 SetBoolean Sets a Boolean property.
公用方法 SetInteger Gets an integer property.
公用方法 SetObject Sets an object property.
公用方法 SetSize Sets a size property.

頂端

屬性

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

頂端