要素の型を取得します。
名前空間: Microsoft.Data.Edm.Library
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public ReadOnly Property ElementType As IEdmTypeReference
Get
'使用
Dim instance As EdmCollectionType
Dim value As IEdmTypeReference
value = instance.ElementType
public IEdmTypeReference ElementType { get; }
public:
virtual property IEdmTypeReference^ ElementType {
IEdmTypeReference^ get () sealed;
}
abstract ElementType : IEdmTypeReference
override ElementType : IEdmTypeReference
final function get ElementType () : IEdmTypeReference
プロパティ値
型: Microsoft.Data.Edm.IEdmTypeReference
要素の型。
実装
IEdmCollectionType.ElementType