UIParent Constructors
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.
Overloads
UIParent() |
Obsolete.
|
UIParent(Object, Boolean) |
Obsolete.
|
UIParent()
Caution
[System.Obsolete("See https://aka.ms/msal-net-3-breaking-changes. ", true)]
public UIParent ();
Public Sub New ()
- Attributes
Applies to
UIParent(Object, Boolean)
Caution
[System.Obsolete("See https://aka.ms/msal-net-3-breaking-changes. ", true)]
public UIParent (object parent, bool useEmbeddedWebView);
[<System.Obsolete("See https://aka.ms/msal-net-3-breaking-changes. ", true)>]
new Microsoft.Identity.Client.UIParent : obj * bool -> Microsoft.Identity.Client.UIParent
Public Sub New (parent As Object, useEmbeddedWebView As Boolean)
Parameters
- parent
- Object
- useEmbeddedWebView
- Boolean
- Attributes