バインディング パラメーターの種類である 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>
パラメーター
- operationContext
型: System.Data.Services.DataServiceOperationContext
データ サービス操作のコンテキスト インスタンス。
- bindingParameterType
型: System.Data.Services.Providers.ResourceType
対象となるバインディング パラメーターのリソースの種類 (ResourceType) のインスタンス。
戻り値
型: System.Collections.Generic.IEnumerable<ServiceAction>
バインディング パラメーターの種類である bindingParameterType を持つアクションの一覧。