ILinkDialogControlHost.ServiceProvider Property

Service provider that the host exposes for controls that it contains to use for services such as accessing Fonts

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

Syntax

'Declaration
ReadOnly Property ServiceProvider As IServiceProvider
IServiceProvider ServiceProvider { get; }
property IServiceProvider^ ServiceProvider {
    IServiceProvider^ get ();
}
abstract ServiceProvider : IServiceProvider with get
function get ServiceProvider () : IServiceProvider

Property Value

Type: System.IServiceProvider
Returns IServiceProvider.

.NET Framework Security

See Also

Reference

ILinkDialogControlHost Interface

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace