次の方法で共有


IDataServiceActionProvider.GetServiceActionsByBindingParameterType メソッド

バインディング パラメーターの種類である bindingParameterType を持つアクションのコレクションを取得します。

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

構文

'宣言
Function GetServiceActionsByBindingParameterType ( _
    operationContext As DataServiceOperationContext, _
    bindingParameterType As ResourceType _
) As IEnumerable(Of ServiceAction)
'使用
Dim instance As IDataServiceActionProvider
Dim operationContext As DataServiceOperationContext
Dim bindingParameterType As ResourceType
Dim returnValue As IEnumerable(Of ServiceAction)

returnValue = instance.GetServiceActionsByBindingParameterType(operationContext, _
    bindingParameterType)
IEnumerable<ServiceAction> GetServiceActionsByBindingParameterType(
    DataServiceOperationContext operationContext,
    ResourceType bindingParameterType
)
IEnumerable<ServiceAction^>^ GetServiceActionsByBindingParameterType(
    DataServiceOperationContext^ operationContext, 
    ResourceType^ bindingParameterType
)
abstract GetServiceActionsByBindingParameterType : 
        operationContext:DataServiceOperationContext * 
        bindingParameterType:ResourceType -> IEnumerable<ServiceAction> 
function GetServiceActionsByBindingParameterType(
    operationContext : DataServiceOperationContext, 
    bindingParameterType : ResourceType
) : IEnumerable<ServiceAction>

パラメーター

戻り値

型: System.Collections.Generic.IEnumerable<ServiceAction>
バインディング パラメーターの種類である bindingParameterType を持つアクションの一覧。

関連項目

参照

IDataServiceActionProvider インターフェイス

System.Data.Services.Providers 名前空間