LinksControl.ServiceProvider Property

Gets the IServiceProvider for this control. Used by LinksControl.LinkItem to create the BIS links.

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

Syntax

'Declaration
Public ReadOnly Property ServiceProvider As IServiceProvider
'Usage
Dim instance As LinksControl 
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

.NET Framework Security

See Also

Reference

LinksControl Class

LinksControl Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace