MetadataValues 类

Represents the valid values of a MetadataProperty.

继承层次结构

System.Object
  System.Collections.ObjectModel.Collection<MetadataValue>
    Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<MetadataValue>
      Microsoft.ReportingServices.RdlObjectModel.RdlCollection<MetadataValue>
        Microsoft.ReportingServices.RdlObjectModel.MetadataValues

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

语法

声明
Public Class MetadataValues _
    Inherits RdlCollection(Of MetadataValue)
用法
Dim instance As MetadataValues
public class MetadataValues : RdlCollection<MetadataValue>
public ref class MetadataValues : public RdlCollection<MetadataValue^>
type MetadataValues =  
    class 
        inherit RdlCollection<MetadataValue>
    end
public class MetadataValues extends RdlCollection<MetadataValue>

MetadataValues 类型公开以下成员。

构造函数

  名称 说明
公共方法 MetadataValues Initializes a new instance of the MetadataValues class.

页首

属性

  名称 说明
公共属性 Count (从 Collection<MetadataValue> 继承。)
公共属性 Item[Int32] (从 Collection<MetadataValue> 继承。)
公共属性 Item[String] Gets an item from the collection that has the specified value.
受保护属性 Items (从 Collection<MetadataValue> 继承。)
公共属性 Parent Gets or sets the parent object. (从 RdlCollectionBase<T> 继承。)

页首

方法

  名称 说明
公共方法 Add(String) Adds a value to the current MetadataValues instance.
公共方法 Add(T) (从 Collection<MetadataValue> 继承。)
公共方法 Clear (从 Collection<MetadataValue> 继承。)
受保护方法 ClearItems 基础结构。Removes all the items in the collection. (从 RdlCollection<T> 继承。)
公共方法 Contains(String) Indicates whether a specified value is a member of the current set of metadata values.
公共方法 Contains(T) (从 Collection<MetadataValue> 继承。)
公共方法 CopyTo (从 Collection<MetadataValue> 继承。)
公共方法 DeepClone Returns a deep clone of this MetadataValues instance.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetEnumerator (从 Collection<MetadataValue> 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 IndexOf (从 Collection<MetadataValue> 继承。)
公共方法 Insert (从 Collection<MetadataValue> 继承。)
受保护方法 InsertItem 基础结构。Inserts an item in the collection. (从 RdlCollection<T> 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
受保护方法 OnCollectionChanged 基础结构。Raises the CollectionChanged event. (从 RdlCollection<T> 继承。)
公共方法 Remove (从 Collection<MetadataValue> 继承。)
公共方法 RemoveAt (从 Collection<MetadataValue> 继承。)
受保护方法 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<MetadataValue> 继承。)
显式接口实现私有方法 ICollection.CopyTo (从 Collection<MetadataValue> 继承。)
显式接口实现私有方法 IEnumerable.GetEnumerator (从 Collection<MetadataValue> 继承。)
显式接口实现私有方法 IList.IndexOf (从 Collection<MetadataValue> 继承。)
显式接口实现私有方法 IList.Insert (从 Collection<MetadataValue> 继承。)
显式接口实现私有属性 IList.IsFixedSize (从 Collection<MetadataValue> 继承。)
显式接口实现私有属性 ICollection<T>.IsReadOnly (从 Collection<MetadataValue> 继承。)
显式接口实现私有属性 IList.IsReadOnly (从 Collection<MetadataValue> 继承。)
显式接口实现私有属性 ICollection.IsSynchronized (从 Collection<MetadataValue> 继承。)
显式接口实现私有方法 IList.Remove (从 Collection<MetadataValue> 继承。)
显式接口实现私有属性 ICollection.SyncRoot (从 Collection<MetadataValue> 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.ReportingServices.RdlObjectModel 命名空间