IVsWindowPaneCommitFilter Interface
Enables interception of a command that would commit changes before committing the changes.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("072B9701-2F81-4468-8EB6-074206504B62")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWindowPaneCommitFilter
[GuidAttribute("072B9701-2F81-4468-8EB6-074206504B62")]
[InterfaceTypeAttribute()]
public interface IVsWindowPaneCommitFilter
[GuidAttribute(L"072B9701-2F81-4468-8EB6-074206504B62")]
[InterfaceTypeAttribute()]
public interface class IVsWindowPaneCommitFilter
[<GuidAttribute("072B9701-2F81-4468-8EB6-074206504B62")>]
[<InterfaceTypeAttribute()>]
type IVsWindowPaneCommitFilter = interface end
public interface IVsWindowPaneCommitFilter
The IVsWindowPaneCommitFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsCommitCommand | Indicates whether a command can commit changes. |
Top