TextViewCommandFilter Class |
Namespace: Tvl.VisualStudio.Text
The TextViewCommandFilter type exposes the following members.
Name | Description | |
---|---|---|
TextViewCommandFilter |
Initializes a new instance of the TextViewCommandFilter class
for the specified text view.
|
Name | Description | |
---|---|---|
Connect |
Enables the command filter by connecting it to a chain of command targets.
(Overrides CommandFilterConnect.) | |
Disconnect |
Disables the command filter by disconnecting it from a chain of command targets.
(Overrides CommandFilterDisconnect.) | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from CommandFilter.) | |
Dispose(Boolean) |
Releases the unmanaged resources used by this instance.
(Inherited from CommandFilter.) | |
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.
(Inherited from CommandFilter.) | |
HandlePreExec |
This method supports the implementation for commands which are directly implemented by this command filter.
(Inherited from CommandFilter.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
QueryCommandStatus |
Gets the current status of a particular command.
(Inherited from CommandFilter.) | |
QueryParameterList |
The expected behavior of this method is not clear.
(Inherited from CommandFilter.) | |
ShowHelp |
The expected behavior of this method is not clear.
(Inherited from CommandFilter.) | |
ThrowIfDisposed |
Throw an ObjectDisposedException if the current instance has been disposed.
(Inherited from CommandFilter.) | |
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.
(Inherited from CommandFilter.) | |
IsDisposed |
Gets whether the current instance is disposed.
(Inherited from CommandFilter.) | |
IsDisposing |
Gets whether the current instance is currently being disposed.
(Inherited from CommandFilter.) | |
TextViewAdapter |
Gets the IVsTextView which this command filter should attach to.
|