IDatabaseProjectPriorityCommandTarget Interface

This interface tells the project system to route to this command target before it routes to any other project features or even to the core project system.

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 IDatabaseProjectPriorityCommandTarget _
    Inherits IOleCommandTarget
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectPriorityCommandTarget : IOleCommandTarget
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectPriorityCommandTarget : IOleCommandTarget
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectPriorityCommandTarget =  
    interface
        interface IOleCommandTarget
    end
public interface IDatabaseProjectPriorityCommandTarget extends IOleCommandTarget

The IDatabaseProjectPriorityCommandTarget type exposes the following members.

Methods

  Name Description
Public method Exec (Inherited from IOleCommandTarget.)
Public method QueryStatus (Inherited from IOleCommandTarget.)

Top

See Also

Reference

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