Click or drag to resize
CommandFilter Class
This is the base class for implementations of IOleCommandTarget in managed code.
Inheritance Hierarchy

Namespace: Tvl.VisualStudio.Shell
Assembly: Tvl.VisualStudio.Shell.Utility.10 (in Tvl.VisualStudio.Shell.Utility.10.dll) Version: 1.0.0.0
Syntax
public abstract class CommandFilter : IOleCommandTarget, 
	IDisposable

The CommandFilter type exposes the following members.

Constructors
  NameDescription
Protected methodCommandFilter
Initializes a new instance of the CommandFilter class.
Top
Methods
  NameDescription
Protected methodConnect
Enables the command filter by connecting it to a chain of command targets.
Protected methodDisconnect
Disables the command filter by disconnecting it from a chain of command targets.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by this instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandlePostExec
This method supports specialized handling in response to commands that are successfully handled by another command target.
Protected methodHandlePreExec
This method supports the implementation for commands which are directly implemented by this command filter.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodQueryCommandStatus
Gets the current status of a particular command.
Protected methodQueryParameterList
The expected behavior of this method is not clear.
Protected methodShowHelp
The expected behavior of this method is not clear.
Protected methodThrowIfDisposed
Throw an ObjectDisposedException if the current instance has been disposed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyEnabled
Gets or sets whether the command filter is currently enabled.
Protected propertyIsDisposed
Gets whether the current instance is disposed.
Protected propertyIsDisposing
Gets whether the current instance is currently being disposed.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also