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)
Syntax
'Declaration
<GuidAttribute("CD138AD4-A0BF-4681-8FA7-B6D57D55C4DB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDataEnvironment
[GuidAttribute("CD138AD4-A0BF-4681-8FA7-B6D57D55C4DB")]
[InterfaceTypeAttribute()]
public interface IVsDataEnvironment
[GuidAttribute(L"CD138AD4-A0BF-4681-8FA7-B6D57D55C4DB")]
[InterfaceTypeAttribute()]
public interface class IVsDataEnvironment
[<GuidAttribute("CD138AD4-A0BF-4681-8FA7-B6D57D55C4DB")>]
[<InterfaceTypeAttribute()>]
type IVsDataEnvironment = interface end
public interface IVsDataEnvironment
The IVsDataEnvironment type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Provides a method for implementers to execute code before the interface is released. | |
Initialize | Initialize the IVsDataEnvironment interface with a specific IServiceProvider. |
Top