Represents the metadata properties of a report part.
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<MetadataProperty>
Microsoft.ReportingServices.RdlObjectModel.MetadataProperties
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Class MetadataProperties _
Inherits RdlCollection(Of MetadataProperty)
用法
Dim instance As MetadataProperties
public class MetadataProperties : RdlCollection<MetadataProperty>
public ref class MetadataProperties : public RdlCollection<MetadataProperty^>
type MetadataProperties =
class
inherit RdlCollection<MetadataProperty>
end
public class MetadataProperties extends RdlCollection<MetadataProperty>
MetadataProperties 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
MetadataProperties | Initializes a new instance of the MetadataProperties class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Count | (从 Collection<MetadataProperty> 继承。) |
![]() |
Item[Int32] | (从 Collection<MetadataProperty> 继承。) |
![]() |
Item[String] | Gets an item from the collection that has the specified name. |
![]() |
Items | (从 Collection<MetadataProperty> 继承。) |
![]() |
Parent | Gets or sets the parent object. (从 RdlCollectionBase<T> 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Add(T) | (从 Collection<MetadataProperty> 继承。) |
![]() |
Add(String, String) | Adds a metadata property. |
![]() |
Clear | (从 Collection<MetadataProperty> 继承。) |
![]() |
ClearItems | 基础结构。Removes all the items in the collection. (从 RdlCollection<T> 继承。) |
![]() |
Contains(String) | Indicates whether a specified property is a member of the current set of metadata properties. |
![]() |
Contains(T) | (从 Collection<MetadataProperty> 继承。) |
![]() |
CopyTo | (从 Collection<MetadataProperty> 继承。) |
![]() |
DeepClone | Returns a deep clone of this MetadataProperties instance. |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetEnumerator | (从 Collection<MetadataProperty> 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
IndexOf | (从 Collection<MetadataProperty> 继承。) |
![]() |
Insert | (从 Collection<MetadataProperty> 继承。) |
![]() |
InsertItem | 基础结构。Inserts an item in the collection. (从 RdlCollection<T> 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
OnCollectionChanged | 基础结构。Raises the CollectionChanged event. (从 RdlCollection<T> 继承。) |
![]() |
Remove | (从 Collection<MetadataProperty> 继承。) |
![]() |
RemoveAt | (从 Collection<MetadataProperty> 继承。) |
![]() |
RemoveItem | 基础结构。Removes an item from the collection. (从 RdlCollection<T> 继承。) |
![]() |
SetItem | 基础结构。Replaces an item in the collection. (从 RdlCollection<T> 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
CollectionChanged | 基础结构。Occurs when the collection has been changed. (从 RdlCollection<T> 继承。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
IList.Add | 基础结构。Adds an object to the end of the collection. (从 RdlCollectionBase<T> 继承。) |
![]() ![]() |
IList.Item | 基础结构。Gets or sets the element at the specified index. (从 RdlCollectionBase<T> 继承。) |
![]() ![]() |
IList.Contains | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
ICollection.CopyTo | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
IEnumerable.GetEnumerator | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
IList.IndexOf | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
IList.Insert | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
IList.IsFixedSize | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
ICollection<T>.IsReadOnly | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
IList.IsReadOnly | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
ICollection.IsSynchronized | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
IList.Remove | (从 Collection<MetadataProperty> 继承。) |
![]() ![]() |
ICollection.SyncRoot | (从 Collection<MetadataProperty> 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。