IContextProvider Interface

Defines a method that provides the context properties.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Interface IContextProvider
'Usage
Dim instance As IContextProvider
public interface IContextProvider
public interface class IContextProvider
type IContextProvider =  interface end
public interface IContextProvider

The IContextProvider type exposes the following members.

Properties

  Name Description
Public property CurrentContext Gets or sets the current context of the Context.

Top

Events

  Name Description
Public event CurrentContextChanged Handles the event that changes the current context.

Top