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
Public method TextViewCommandFilter Initializes a new instance of the TextViewCommandFilter class.

Top

Methods

  Name Description
Public method Dispose
Public method Equals (Inherited from Object.)
Public method Exec
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method QueryStatus
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event 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