Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the section's service provider.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property ServiceProvider As IServiceProvider
public IServiceProvider ServiceProvider { get; private set; }
public:
property IServiceProvider^ ServiceProvider {
IServiceProvider^ get ();
private: void set (IServiceProvider^ value);
}
member ServiceProvider : IServiceProvider with get, private set
function get ServiceProvider () : IServiceProvider
private function set ServiceProvider (value : 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.