IVsDataViewUserContextProvider.CreateUserContext(Int32) Method
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.
When implemented by a class, creates a user context object for the specified node.
public:
Microsoft::VisualStudio::Shell::Interop::IVsUserContext ^ CreateUserContext(int itemId);
public Microsoft.VisualStudio.Shell.Interop.IVsUserContext CreateUserContext (int itemId);
abstract member CreateUserContext : int -> Microsoft.VisualStudio.Shell.Interop.IVsUserContext
Public Function CreateUserContext (itemId As Integer) As IVsUserContext
Parameters
- itemId
- Int32
A numerical identifier of the node in the data view hierarchy.
Returns
An IVsUserContext object for the specified node.