Share via


TypeInfrastructureManager.ServiceProvider Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Gets the service provider that is associated with the type infrastructure manager.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property ServiceProvider As IServiceProvider
'Usage
Dim instance As TypeInfrastructureManager 
Dim value As IServiceProvider 

value = instance.ServiceProvider
public IServiceProvider ServiceProvider { get; }
public:
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get ();
}
public function get ServiceProvider () : IServiceProvider

Property Value

Type: System.IServiceProvider
The service provider that is associated with the type infrastructure manager.

See Also

Reference

TypeInfrastructureManager Class

TypeInfrastructureManager Members

Microsoft.VisualStudio.Tools.Applications Namespace