EmbeddedObjectHelper.GetUserContextProvider(UIElement) 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.
Gets IVsProvideUserContext value for the provided embedded UIElement.
public:
static Microsoft::VisualStudio::Shell::Interop::IVsProvideUserContext ^ GetUserContextProvider(System::Windows::UIElement ^ element);
public static Microsoft.VisualStudio.Shell.Interop.IVsProvideUserContext GetUserContextProvider (System.Windows.UIElement element);
static member GetUserContextProvider : System.Windows.UIElement -> Microsoft.VisualStudio.Shell.Interop.IVsProvideUserContext
Public Shared Function GetUserContextProvider (element As UIElement) As IVsProvideUserContext