EmbeddedObjectHelper.SetUserContextProvider 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.
Sets IVsProvideUserContext value for the provided embedded UIElement.
public:
static void SetUserContextProvider(System::Windows::UIElement ^ element, Microsoft::VisualStudio::Shell::Interop::IVsProvideUserContext ^ value);
public static void SetUserContextProvider (System.Windows.UIElement element, Microsoft.VisualStudio.Shell.Interop.IVsProvideUserContext value);
static member SetUserContextProvider : System.Windows.UIElement * Microsoft.VisualStudio.Shell.Interop.IVsProvideUserContext -> unit
Public Shared Sub SetUserContextProvider (element As UIElement, value As IVsProvideUserContext)
Parameters
- value
- IVsProvideUserContext
The IVsProvideUserContext to be set.