HostBuilderContext(IDictionary<Object,Object>) Constructor

Definitie

Initialiseert een nieuw exemplaar van 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))

Parameters

properties
IDictionary<Object,Object>

Een niet-null-status IDictionary<TKey,TValue> voor delen tussen onderdelen tijdens het hostbouwproces.

Van toepassing op