ConnectedServiceCustomUIConfigurator.ShowCustomUI 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.
Displays custom UI to configure new provider that needs some special UI, which is not supported by default ConnectedServices flow.
public:
abstract void ShowCustomUI();
public abstract void ShowCustomUI();
abstract member ShowCustomUI : unit -> unit
Public MustOverride Sub ShowCustomUI ()