IVsUIWpfElement.GetFrameworkElement(Object) 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.
Returns an interface to the Windows Presentation Foundation user interface element.
public:
int GetFrameworkElement([Runtime::InteropServices::Out] System::Object ^ % ppUnkElement);
int GetFrameworkElement([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppUnkElement);
public int GetFrameworkElement (out object ppUnkElement);
abstract member GetFrameworkElement : obj -> int
Public Function GetFrameworkElement (ByRef ppUnkElement As Object) As Integer
Parameters
- ppUnkElement
- Object
[out] Location to return the interface.
Returns
Returns S_OK if the element's interface was returned.