IVsProvideUserContext2 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.
Enables an object to provide a user context and a priority. Extends, but does not inherit from, IVsProvideUserContext.
public interface class IVsProvideUserContext2
public interface class IVsProvideUserContext2
__interface IVsProvideUserContext2
[System.Runtime.InteropServices.Guid("3931DEF1-8200-481F-A6C2-A4740DE84658")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProvideUserContext2
[<System.Runtime.InteropServices.Guid("3931DEF1-8200-481F-A6C2-A4740DE84658")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProvideUserContext2 = interface
Public Interface IVsProvideUserContext2
- Attributes
Remarks
When a selection value changes, the environment updates the application context with information from this interface. The environment also queries for IVsProvideUserContext and IVsUserContext as part of the update.
Methods
GetUserContextEx(IVsUserContext, Int32) |
Gets a user context and priority for an object. |