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
- 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