IPriorityCommandTarget Interface

Used to tell the project system to route to this command target prior to any other project features, or even the core project system itself.

This API is not CLS-compliant. The CLS-compliant alternative is .

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IPriorityCommandTarget _
    Inherits IOleCommandTarget
'Usage
Dim instance As IPriorityCommandTarget
[CLSCompliantAttribute(false)]
public interface IPriorityCommandTarget : IOleCommandTarget
[CLSCompliantAttribute(false)]
public interface class IPriorityCommandTarget : IOleCommandTarget
public interface IPriorityCommandTarget extends IOleCommandTarget
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(false)>]
type IPriorityCommandTarget =  
    interface
        interface IOleCommandTarget
    end

See Also

Reference

IPriorityCommandTarget Members

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