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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace