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 命名空间