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.
Retrieves the Visual Studio global service provider being used by the data view hierarchy.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ServiceProvider As IServiceProvider
Get
public IServiceProvider ServiceProvider { get; }
public:
property IServiceProvider^ ServiceProvider {
IServiceProvider^ get ();
}
member ServiceProvider : IServiceProvider
function get ServiceProvider () : IServiceProvider
Property Value
Type: System.IServiceProvider
Returns the Visual Studio global service provider object being used by the data view hierarchy.
.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.