Share via


HostedWpfControl Class

Represents the hosted control for creating WPF applications by wrapping the most common operations into a base class.

Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As HostedWpfControl

Syntax

'Declaration
<SmartPartAttribute> _
Public Class HostedWpfControl
    Inherits UserControl
    Implements IHostedApplication5, IHostedApplication4, IHostedApplication3, IHostedApplication2, _
    IHostedApplication
[SmartPartAttribute] 
public class HostedWpfControl : UserControl, IHostedApplication5, IHostedApplication4, IHostedApplication3, 
    IHostedApplication2, IHostedApplication
[SmartPartAttribute] 
public ref class HostedWpfControl : public UserControl, IHostedApplication5, IHostedApplication4, IHostedApplication3, 
    IHostedApplication2, IHostedApplication
/** @attribute SmartPartAttribute() */ 
public class HostedWpfControl extends UserControl implements IHostedApplication5, IHostedApplication4, 
    IHostedApplication3, IHostedApplication2, IHostedApplication
SmartPartAttribute 
public class HostedWpfControl extends UserControl implements IHostedApplication5, IHostedApplication4, 
    IHostedApplication3, IHostedApplication2, IHostedApplication

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.Media.Visual
         System.Windows.UIElement
           System.Windows.FrameworkElement
             System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                 System.Windows.Controls.UserControl
                  Microsoft.Uii.Csr.Aif.HostedApplication.HostedWpfControl
                     Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMDialogs
                     Microsoft.Crm.UnifiedServiceDesk.Dynamics.DynamicsBaseHostedControl

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

HostedWpfControl Members
Microsoft.Uii.Csr.Aif.HostedApplication Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.