IVsDataViewUserContextProvider Interface
Provides the ability to create a user context to indicate which component of Server Explorer has just been selected.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Interface IVsDataViewUserContextProvider
[CLSCompliantAttribute(false)]
public interface IVsDataViewUserContextProvider
[CLSCompliantAttribute(false)]
public interface class IVsDataViewUserContextProvider
[<CLSCompliantAttribute(false)>]
type IVsDataViewUserContextProvider = interface end
public interface IVsDataViewUserContextProvider
The IVsDataViewUserContextProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateUserContext | When implemented by a class, creates a user context object for the specified node. |
Top
Events
Name | Description | |
---|---|---|
UserContextChanged | Occurs when the user context changes. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace