SelectionService Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..SelectionService

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Class SelectionService _
    Implements ISelectionContainer
'Usage
Dim instance As SelectionService
public class SelectionService : ISelectionContainer
public ref class SelectionService : ISelectionContainer
type SelectionService =  
    class
        interface ISelectionContainer
    end
public class SelectionService implements ISelectionContainer

The SelectionService type exposes the following members.

Constructors

  Name Description
Public method SelectionService Initializes a new instance of the SelectionService class.

Top

Methods

  Name Description
Public method CountObjects
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SelectObjects
Public method ToString (Inherited from Object.)

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