DefaultHttpContext.ServiceScopeFactory Proprietà

Definizione

Ottiene o imposta l'oggetto IServiceScopeFactory per questa istanza.

public:
 property Microsoft::Extensions::DependencyInjection::IServiceScopeFactory ^ ServiceScopeFactory { Microsoft::Extensions::DependencyInjection::IServiceScopeFactory ^ get(); void set(Microsoft::Extensions::DependencyInjection::IServiceScopeFactory ^ value); };
public Microsoft.Extensions.DependencyInjection.IServiceScopeFactory ServiceScopeFactory { get; set; }
member this.ServiceScopeFactory : Microsoft.Extensions.DependencyInjection.IServiceScopeFactory with get, set
Public Property ServiceScopeFactory As IServiceScopeFactory

Valore della proprietà

IServiceScopeFactory

Si applica a