PropertyStore 类
Represents a property store.
继承层次结构
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel..::..PropertyStore
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Class PropertyStore _
Implements IPropertyStore
用法
Dim instance As PropertyStore
public class PropertyStore : IPropertyStore
public ref class PropertyStore : IPropertyStore
type PropertyStore =
class
interface IPropertyStore
end
public class PropertyStore implements IPropertyStore
PropertyStore 类型公开以下成员。
方法
| 名称 | 说明 | |
|---|---|---|
![]() |
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 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。
.gif)
.gif)
.gif)