HostBuilderContext(IDictionary<Object,Object>) Konstruktor

Definition

Initierar en ny instans av HostBuilderContext.

public:
 HostBuilderContext(System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ properties);
public HostBuilderContext(System.Collections.Generic.IDictionary<object,object> properties);
new Microsoft.Extensions.Hosting.HostBuilderContext : System.Collections.Generic.IDictionary<obj, obj> -> Microsoft.Extensions.Hosting.HostBuilderContext
Public Sub New (properties As IDictionary(Of Object, Object))

Parametrar

properties
IDictionary<Object,Object>

En icke-null IDictionary<TKey,TValue> för delningstillstånd mellan komponenter under värdbyggprocessen.

Gäller för