Freigeben über


MetadataValues.Item-Eigenschaft (String)

Gets an item from the collection that has the specified value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    value As String _
) As MetadataValue 
    Get
'Usage
Dim instance As MetadataValues 
Dim value As String 
Dim value As MetadataValue 

value = instance(value)
public MetadataValue this[
    string value
] { get; }
public:
property MetadataValue^ default[String^ value] {
    MetadataValue^ get (String^ value);
}
member Item : MetadataValue
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.MetadataValue
A MetadataValue object that has the specified value.

Siehe auch

Verweis

MetadataValues Klasse

Item-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace