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 | |
---|---|---|
SelectionService | Initializes a new instance of the SelectionService class. |
Top
Methods
Name | Description | |
---|---|---|
CountObjects | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjects | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SelectObjects | ||
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