ReadOnlyMetadataCollection<T>.Item 屬性 (String)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
使用指定的識別從此集合取得項目。
命名空間: System.Data.Entity.Core.Metadata.Edm
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Overridable ReadOnly Default Property Item ( _
identity As String _
) As T
Get
'用途
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.
參數
- identity
類型:System.String
屬性值
類型:T
集合的項目。