共用方式為


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>

這個呼叫這個方法的屬性集合應該填入。

適用於