次の方法で共有


ExtensionMethods.ElementType(IEdmCollectionTypeReference) メソッド

定義

このコレクション参照の定義の要素型を取得します。

public static Microsoft.OData.Edm.IEdmTypeReference ElementType (this Microsoft.OData.Edm.IEdmCollectionTypeReference type);
static member ElementType : Microsoft.OData.Edm.IEdmCollectionTypeReference -> Microsoft.OData.Edm.IEdmTypeReference
<Extension()>
Public Function ElementType (type As IEdmCollectionTypeReference) As IEdmTypeReference

パラメーター

type
IEdmCollectionTypeReference

呼び出し元のオブジェクトへの参照。

戻り値

このコレクション参照の定義の要素型。

適用対象