IVsDataViewUserContextProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents the ability to specify user context for nodes in a data view hierarchy.
public interface class IVsDataViewUserContextProvider
[System.CLSCompliant(false)]
public interface IVsDataViewUserContextProvider
public interface IVsDataViewUserContextProvider
[<System.CLSCompliant(false)>]
type IVsDataViewUserContextProvider = interface
type IVsDataViewUserContextProvider = interface
Public Interface IVsDataViewUserContextProvider
- Attributes
Methods
CreateUserContext(Int32) |
When implemented by a class, creates a user context object for the specified node. |
Events
UserContextChanged |
Occurs when the user context changes. |