TextViewCommandFilter Class
Summary description for TextViewCommandFilter.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..TextViewCommandFilter
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class TextViewCommandFilter _
Implements IOleCommandTarget, IDisposable
'Usage
Dim instance As TextViewCommandFilter
[ComVisibleAttribute(false)]
public sealed class TextViewCommandFilter : IOleCommandTarget,
IDisposable
[ComVisibleAttribute(false)]
public ref class TextViewCommandFilter sealed : IOleCommandTarget,
IDisposable
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type TextViewCommandFilter =
class
interface IOleCommandTarget
interface IDisposable
end
public final class TextViewCommandFilter implements IOleCommandTarget, IDisposable
The TextViewCommandFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TextViewCommandFilter | Initializes a new instance of the TextViewCommandFilter class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Exec | ||
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
QueryStatus | ||
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
SpecialEditorCommand |
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
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace