| CommandFilter Class |
Namespace: Tvl.VisualStudio.Shell
The CommandFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandFilter |
Initializes a new instance of the CommandFilter class.
|
| Name | Description | |
|---|---|---|
| Connect |
Enables the command filter by connecting it to a chain of command targets.
| |
| Disconnect |
Disables the command filter by disconnecting it from a chain of command targets.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Dispose(Boolean) |
Releases the unmanaged resources used by this instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HandlePostExec |
This method supports specialized handling in response to commands that are successfully handled by another
command target.
| |
| HandlePreExec |
This method supports the implementation for commands which are directly implemented by this command filter.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| QueryCommandStatus |
Gets the current status of a particular command.
| |
| QueryParameterList |
The expected behavior of this method is not clear.
| |
| ShowHelp |
The expected behavior of this method is not clear.
| |
| ThrowIfDisposed |
Throw an ObjectDisposedException if the current instance has been disposed.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Enabled |
Gets or sets whether the command filter is currently enabled.
| |
| IsDisposed |
Gets whether the current instance is disposed.
| |
| IsDisposing |
Gets whether the current instance is currently being disposed.
|