IGrainInterfacePropertiesProviderAttribute.Populate Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Agrega propiedades de interfaz de grano a 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))
Parámetros
- services
- IServiceProvider
Proveedor de servicios.
- interfaceType
- Type
Tipo de la interfaz.
- properties
- Dictionary<String,String>
La colección properties que llama a este método debe rellenarse.