指定した 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
パラメーター
- itemType
型: System.Data.Services.Providers.ResourceType
コレクション内の 1 つの項目の ResourceType。
戻り値
型: System.Data.Services.Providers.EntityCollectionResourceType
指定した itemType 項目のコレクションを表す MultiValueResourceType オブジェクト。