SinglePageConfigurator.ConfiguredView Property
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 the custom UI to be displayed when the connected service is configured for the current project
public:
virtual property System::Windows::FrameworkElement ^ ConfiguredView { System::Windows::FrameworkElement ^ get(); };
public virtual System.Windows.FrameworkElement ConfiguredView { get; }
member this.ConfiguredView : System.Windows.FrameworkElement
Public Overridable ReadOnly Property ConfiguredView As FrameworkElement