MetadataValues Class
Represents the valid values of a MetadataProperty.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<MetadataValue>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<MetadataValue>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<MetadataValue>
Microsoft.ReportingServices.RdlObjectModel.MetadataValues
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class MetadataValues _
Inherits RdlCollection(Of MetadataValue)
'Usage
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>
The MetadataValues type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MetadataValues | Initializes a new instance of the MetadataValues class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<MetadataValue>.) | |
Item[Int32] | (Inherited from Collection<MetadataValue>.) | |
Item[String] | Gets an item from the collection that has the specified value. | |
Items | (Inherited from Collection<MetadataValue>.) | |
Parent | Gets or sets the parent object. (Inherited from RdlCollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Add(String) | Adds a value to the current MetadataValues instance. | |
Add(T) | (Inherited from Collection<MetadataValue>.) | |
Clear | (Inherited from Collection<MetadataValue>.) | |
ClearItems | Infrastructure. Removes all the items in the collection. (Inherited from RdlCollection<T>.) | |
Contains(String) | Indicates whether a specified value is a member of the current set of metadata values. | |
Contains(T) | (Inherited from Collection<MetadataValue>.) | |
CopyTo | (Inherited from Collection<MetadataValue>.) | |
DeepClone | Returns a deep clone of this MetadataValues instance. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection<MetadataValue>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from Collection<MetadataValue>.) | |
Insert | (Inherited from Collection<MetadataValue>.) | |
InsertItem | Infrastructure. Inserts an item in the collection. (Inherited from RdlCollection<T>.) | |
MemberwiseClone | (Inherited from Object.) | |
OnCollectionChanged | Infrastructure. Raises the CollectionChanged event. (Inherited from RdlCollection<T>.) | |
Remove | (Inherited from Collection<MetadataValue>.) | |
RemoveAt | (Inherited from Collection<MetadataValue>.) | |
RemoveItem | Infrastructure. Removes an item from the collection. (Inherited from RdlCollection<T>.) | |
SetItem | Infrastructure. Replaces an item in the collection. (Inherited from RdlCollection<T>.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | Infrastructure. Occurs when the collection has been changed. (Inherited from RdlCollection<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | Infrastructure. Adds an object to the end of the collection. (Inherited from RdlCollectionBase<T>.) | |
IList.Item | Infrastructure. Gets or sets the element at the specified index. (Inherited from RdlCollectionBase<T>.) | |
IList.Contains | (Inherited from Collection<MetadataValue>.) | |
ICollection.CopyTo | (Inherited from Collection<MetadataValue>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<MetadataValue>.) | |
IList.IndexOf | (Inherited from Collection<MetadataValue>.) | |
IList.Insert | (Inherited from Collection<MetadataValue>.) | |
IList.IsFixedSize | (Inherited from Collection<MetadataValue>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<MetadataValue>.) | |
IList.IsReadOnly | (Inherited from Collection<MetadataValue>.) | |
ICollection.IsSynchronized | (Inherited from Collection<MetadataValue>.) | |
IList.Remove | (Inherited from Collection<MetadataValue>.) | |
ICollection.SyncRoot | (Inherited from Collection<MetadataValue>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.