IVsWindowPaneCommitFilter Interface

Definition

Enables interception of a command that would commit changes before committing the changes.

public interface class IVsWindowPaneCommitFilter
public interface class IVsWindowPaneCommitFilter
__interface IVsWindowPaneCommitFilter
[System.Runtime.InteropServices.Guid("072B9701-2F81-4468-8EB6-074206504B62")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWindowPaneCommitFilter
[<System.Runtime.InteropServices.Guid("072B9701-2F81-4468-8EB6-074206504B62")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWindowPaneCommitFilter = interface
Public Interface IVsWindowPaneCommitFilter
Attributes

Methods

IsCommitCommand(Guid, UInt32, Int32)

Indicates whether a command can commit changes.

Applies to