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
'Usage
Dim instance As DataViewHierarchyAccessor
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
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.
See Also
Reference
DataViewHierarchyAccessor Class