IDebuggableDatabaseProject Interface

Creates an extension that implements this interface to indicate to the agnostic project system that your project can be debugged.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDebuggableDatabaseProject _
    Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDebuggableDatabaseProject : IExtension
[CLSCompliantAttribute(false)]
public interface class IDebuggableDatabaseProject : IExtension
[<CLSCompliantAttribute(false)>]
type IDebuggableDatabaseProject =  
    interface
        interface IExtension
    end
public interface IDebuggableDatabaseProject extends IExtension

The IDebuggableDatabaseProject type exposes the following members.

Methods

  Name Description
Public method DebugLaunch Routes the DebugLaunch method to the extension so that it can be handled.
Public method Initialize Initializes the extension.
Public method QueryDebugLaunch Routes the QueryDebugLaunch method to the extension so that it can be handled.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace