共用方式為


IEdmCollectionType.ElementType 屬性

取得此集合的元素型別。

命名空間:  Microsoft.Data.Edm
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
ReadOnly Property ElementType As IEdmTypeReference
    Get
'用途
Dim instance As IEdmCollectionType
Dim value As IEdmTypeReference

value = instance.ElementType
IEdmTypeReference ElementType { get; }
property IEdmTypeReference^ ElementType {
    IEdmTypeReference^ get ();
}
abstract ElementType : IEdmTypeReference
function get ElementType () : IEdmTypeReference

屬性值

型別:Microsoft.Data.Edm.IEdmTypeReference
此集合的元素型別。

請參閱

參考

IEdmCollectionType 介面

Microsoft.Data.Edm 命名空間