mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +02:00
Replace various WPF include files with content (#1335)
* net-current-v30plus-md.md * net-current-v40plus-md.md * tla2sharptla-ui-md.md * tla2sharptla-uiautomation-md.md * tla2sharptla-winclient-md.md * tla2sharptla-xaml-md.md * tlasharptla-ui-md.md * tlasharptla-uiautomation-md.md * tlasharptla-winclient-md.md * tlasharptla-xaml-md.md * fix warnings
This commit is contained in:
@@ -16,7 +16,7 @@ ms.assetid: d655de05-bf63-4814-bc64-6b3be01c70a2
|
||||
---
|
||||
# Migration and Interoperability
|
||||
|
||||
This page contains links to documents that discuss how to implement interoperation between [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] applications and other types of Microsoft Windows applications.
|
||||
This page contains links to documents that discuss how to implement interoperation between Windows Presentation Foundation (WPF) applications and other types of Microsoft Windows applications.
|
||||
|
||||
## In This Section
|
||||
|
||||
@@ -29,10 +29,10 @@ This page contains links to documents that discuss how to implement interoperati
|
||||
|
||||
| Term | Definition |
|
||||
|----------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| <xref:System.Windows.Forms.Integration.WindowsFormsHost> | An element that you can use to host a Windows Forms control as an element of a [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] page. |
|
||||
| <xref:System.Windows.Forms.Integration.ElementHost> | A Windows Forms control that you can use to host a [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] control. |
|
||||
| <xref:System.Windows.Interop.HwndSource> | Hosts a [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] region within a Win32 application. |
|
||||
| <xref:System.Windows.Interop.HwndHost> | Base class for <xref:System.Windows.Forms.Integration.WindowsFormsHost>, defines some basic functionality that all HWND-based technologies use when hosted by a [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] application. Subclass this to host a Win32 window within a [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] application. |
|
||||
| <xref:System.Windows.Interop.BrowserInteropHelper> | A helper class for reporting conditions of the browser environment for a [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] application that is hosted by a browser. |
|
||||
| <xref:System.Windows.Forms.Integration.WindowsFormsHost> | An element that you can use to host a Windows Forms control as an element of a WPF page. |
|
||||
| <xref:System.Windows.Forms.Integration.ElementHost> | A Windows Forms control that you can use to host a Windows Presentation Foundation (WPF) control. |
|
||||
| <xref:System.Windows.Interop.HwndSource> | Hosts a WPF region within a Win32 application. |
|
||||
| <xref:System.Windows.Interop.HwndHost> | Base class for <xref:System.Windows.Forms.Integration.WindowsFormsHost>, defines some basic functionality that all HWND-based technologies use when hosted by a WPF application. Subclass this to host a Win32 window within a WPF application. |
|
||||
| <xref:System.Windows.Interop.BrowserInteropHelper> | A helper class for reporting conditions of the browser environment for a WPF application that is hosted by a browser. |
|
||||
|
||||
## Related Sections
|
||||
|
||||
Reference in New Issue
Block a user