IPropertyStore 接口

Represents a property store.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Interface IPropertyStore
用法
Dim instance As IPropertyStore
public interface IPropertyStore
public interface class IPropertyStore
type IPropertyStore =  interface end
public interface IPropertyStore

IPropertyStore 类型公开以下成员。

属性

  名称 说明
公共属性 Owner The owner object.
公共属性 Parent The parent object.

页首

方法

  名称 说明
公共方法 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.

页首