ProjectListSectionViewHelper.ServiceProvider Property
Get/set the service provider.
Namespace: Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Protected Property ServiceProvider As IServiceProvider
protected IServiceProvider ServiceProvider { get; set; }
protected:
property IServiceProvider^ ServiceProvider {
IServiceProvider^ get ();
void set (IServiceProvider^ value);
}
member ServiceProvider : IServiceProvider with get, set
function get ServiceProvider () : IServiceProvider
function set ServiceProvider (value : 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
ProjectListSectionViewHelper Class
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace