IVsDataEnvironment Interface

 

Provides an interface to data services, such as database connections. You can use the interface to support Web services browsing.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("CD138AD4-A0BF-4681-8FA7-B6D57D55C4DB")]
[InterfaceTypeAttribute(1)]
public interface IVsDataEnvironment

NameDescription
System_CAPS_pubmethodDispose()

Provides a method for implementers to execute code before the interface is released.

System_CAPS_pubmethodInitialize(IServiceProvider)

Initialize the IVsDataEnvironment interface with a specific IServiceProvider.

Return to top
Show: