Condividi tramite


Proprietà ReadOnlyMetadataCollection<T>.Item (String)

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un elemento dalla raccolta utilizzando l'identità specificata.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Default Property Item ( _
    identity As String _
) As T
    Get
'Utilizzo
Dim instance As ReadOnlyMetadataCollection 
Dim identity As String 
Dim value As T

value = instance(identity)
public virtual T this[
    string identity
] { get; }
public:
virtual property T default[String^ identity] {
    T get (String^ identity);
}
abstract Item : 'T
override Item : 'T
JScript supports the use of indexed properties, but not the declaration of new ones.

Parametri

Valore proprietà

Tipo: T
Elemento dalla raccolta.

Vedere anche

Riferimento

ReadOnlyMetadataCollection<T> Classe

Overload Item

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm