次の方法で共有


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 名前空間