次の方法で共有


ResourceType.GetEntityCollectionResourceType メソッド

指定した itemType 項目のコレクションを表す EntityCollectionResourceType を取得します。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public Shared Function GetEntityCollectionResourceType ( _
    itemType As ResourceType _
) As EntityCollectionResourceType
'使用
Dim itemType As ResourceType
Dim returnValue As EntityCollectionResourceType

returnValue = ResourceType.GetEntityCollectionResourceType(itemType)
public static EntityCollectionResourceType GetEntityCollectionResourceType(
    ResourceType itemType
)
public:
static EntityCollectionResourceType^ GetEntityCollectionResourceType(
    ResourceType^ itemType
)
static member GetEntityCollectionResourceType : 
        itemType:ResourceType -> EntityCollectionResourceType 
public static function GetEntityCollectionResourceType(
    itemType : ResourceType
) : EntityCollectionResourceType

パラメーター

戻り値

型: System.Data.Services.Providers.EntityCollectionResourceType
指定した itemType 項目のコレクションを表す MultiValueResourceType オブジェクト。

関連項目

参照

ResourceType クラス

System.Data.Services.Providers 名前空間