ConnectedPage Class
Namespace: Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client)
Usage
'Usage
Dim instance As ConnectedPage
Syntax
'Declaration
<GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
Public Class ConnectedPage
Inherits PageFunction(Of ConnectionResult)
Implements IComponentConnector
[GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public class ConnectedPage : PageFunction<ConnectionResult>, IComponentConnector
[GeneratedCodeAttribute(L"PresentationBuildTasks", L"4.0.0.0")]
public ref class ConnectedPage : public PageFunction<ConnectionResult>, IComponentConnector
/** @attribute GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0") */
public class ConnectedPage extends PageFunction<ConnectionResult> implements IComponentConnector
GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")
public class ConnectedPage extends PageFunction<ConnectionResult> implements IComponentConnector
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Page
System.Windows.Navigation.PageFunctionBase
System.Windows.Navigation.PageFunction
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog.ConnectedPage
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
Development Platforms
Windows Server 2008
Target Platforms
Windows Server 2008, Windows 7 (All Versions), Windows Vista (All Versions)
See Also
Reference
ConnectedPage Members
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Send comments about this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.