IVsProvideUserContextForObject 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.
Retrieves the user context interface, IVsUserContext for a given object. A user context provides things such as the text for a search or a help keyword.
public interface class IVsProvideUserContextForObject
public interface class IVsProvideUserContextForObject
__interface IVsProvideUserContextForObject
[System.Runtime.InteropServices.Guid("F98CCC8A-9C5F-41EB-8421-711C0F1880E6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProvideUserContextForObject
[System.Runtime.InteropServices.Guid("F98CCC8A-9C5F-41EB-8421-711C0F1880E6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProvideUserContextForObject
[<System.Runtime.InteropServices.Guid("F98CCC8A-9C5F-41EB-8421-711C0F1880E6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProvideUserContextForObject = interface
[<System.Runtime.InteropServices.Guid("F98CCC8A-9C5F-41EB-8421-711C0F1880E6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProvideUserContextForObject = interface
Public Interface IVsProvideUserContextForObject
- Attributes
Methods
GetObjectContext(Object, IVsUserContext) |
Return the user context (IVsUserContext interface) of an object. |