ChildServiceProvider Constructors
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.
Overloads
ChildServiceProvider() |
Initializes a new instance of the ChildServiceProvider class. |
ChildServiceProvider(IServiceProvider) |
Initializes a new instance of the ChildServiceProvider class. |
ChildServiceProvider()
Initializes a new instance of the ChildServiceProvider class.
public ChildServiceProvider ();
Public Sub New ()
Applies to
ChildServiceProvider(IServiceProvider)
Initializes a new instance of the ChildServiceProvider class.
public ChildServiceProvider (IServiceProvider globalServiceProvider);
new Microsoft.VisualStudio.Sdk.TestFramework.ChildServiceProvider : IServiceProvider -> Microsoft.VisualStudio.Sdk.TestFramework.ChildServiceProvider
Public Sub New (globalServiceProvider As IServiceProvider)
Parameters
- globalServiceProvider
- IServiceProvider
The global service provider.