Click or drag to resize
TextViewCommandFilter Class
This class extends CommandFilter to support command filters for text view instances (IVsTextView).
Inheritance Hierarchy

Namespace: Tvl.VisualStudio.Text
Assembly: Tvl.VisualStudio.Text.Utility.10 (in Tvl.VisualStudio.Text.Utility.10.dll) Version: 1.0.0.0
Syntax
public abstract class TextViewCommandFilter : CommandFilter

The TextViewCommandFilter type exposes the following members.

Constructors
  NameDescription
Protected methodTextViewCommandFilter
Initializes a new instance of the TextViewCommandFilter class for the specified text view.
Top
Methods
  NameDescription
Protected methodConnect
Enables the command filter by connecting it to a chain of command targets.
(Overrides CommandFilterConnect.)
Protected methodDisconnect
Disables the command filter by disconnecting it from a chain of command targets.
(Overrides CommandFilterDisconnect.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from CommandFilter.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by this instance.
(Inherited from CommandFilter.)
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.
(Inherited from CommandFilter.)
Protected methodHandlePreExec
This method supports the implementation for commands which are directly implemented by this command filter.
(Inherited from CommandFilter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodQueryCommandStatus
Gets the current status of a particular command.
(Inherited from CommandFilter.)
Protected methodQueryParameterList
The expected behavior of this method is not clear.
(Inherited from CommandFilter.)
Protected methodShowHelp
The expected behavior of this method is not clear.
(Inherited from CommandFilter.)
Protected methodThrowIfDisposed
Throw an ObjectDisposedException if the current instance has been disposed.
(Inherited from CommandFilter.)
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.
(Inherited from CommandFilter.)
Protected propertyIsDisposed
Gets whether the current instance is disposed.
(Inherited from CommandFilter.)
Protected propertyIsDisposing
Gets whether the current instance is currently being disposed.
(Inherited from CommandFilter.)
Protected propertyTextViewAdapter
Gets the IVsTextView which this command filter should attach to.
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