IDialogControlHost.ServiceProvider Property

Gets the service provider exposed by the host which enables the contained controls to use services, such as getting Fonts.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
ReadOnly Property ServiceProvider As IServiceProvider
'Usage
Dim instance As IDialogControlHost 
Dim value As IServiceProvider 

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

Property Value

Type: System.IServiceProvider

.NET Framework Security

See Also

Reference

IDialogControlHost Interface

IDialogControlHost Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace