IVsProjectDataConnection Interface
Provides a data connection for the debugger. Used when stepping through a SQL document.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
<GuidAttribute("8E40D748-F682-4951-B465-16D0C252A69D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectDataConnection
'Uso
Dim instance As IVsProjectDataConnection
[GuidAttribute("8E40D748-F682-4951-B465-16D0C252A69D")]
[InterfaceTypeAttribute()]
public interface IVsProjectDataConnection
[GuidAttribute(L"8E40D748-F682-4951-B465-16D0C252A69D")]
[InterfaceTypeAttribute()]
public interface class IVsProjectDataConnection
[<GuidAttribute("8E40D748-F682-4951-B465-16D0C252A69D")>]
[<InterfaceTypeAttribute()>]
type IVsProjectDataConnection = interface end
public interface IVsProjectDataConnection