次の方法で共有


IGrainInterfacePropertiesProviderAttribute.Populate メソッド

定義

グレイン インターフェイス プロパティを に properties追加します。

public void Populate (IServiceProvider services, Type interfaceType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : IServiceProvider * Type * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (services As IServiceProvider, interfaceType As Type, properties As Dictionary(Of String, String))

パラメーター

services
IServiceProvider

サービス プロバイダー。

interfaceType
Type

インターフェイスの型。

properties
Dictionary<String,String>

このメソッドを呼び出すプロパティ コレクションを設定する必要があります。

適用対象