Share via


ServiceProvider Constructor

Class constructor for a managed service provider (IServiceProvider) that is accessible through the unmanaged IServiceProvider interface.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Sub New
'Usage
Dim instance As New ServiceProvider()
protected ServiceProvider()
protected:
ServiceProvider()
protected function ServiceProvider()

Remarks

This constructor should be used when creating a managed object that is a service provider and needs to be accessible from unmanaged code.

.NET Framework Security

See Also

Reference

ServiceProvider Class

ServiceProvider Members

ServiceProvider Overload

Microsoft.VisualStudio.Data Namespace