OwningComponentBase.ScopedServices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the scoped IServiceProvider that is associated with this component.
protected:
property IServiceProvider ^ ScopedServices { IServiceProvider ^ get(); };
protected IServiceProvider ScopedServices { get; }
member this.ScopedServices : IServiceProvider
Protected ReadOnly Property ScopedServices As IServiceProvider