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
- 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
ILinkDialogControlHost Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace