IVsWindowPaneCommitFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |