Condividi tramite


Proprietà MetadataValues.Item (String)

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    value As String _
) As MetadataValue 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Vedere anche

Riferimento

MetadataValues Classe

Overload Item

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel