WebAccountProvider(String, String, Uri) Constructor
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.
Creates an instance of the WebAccountProvider class.
public:
WebAccountProvider(Platform::String ^ id, Platform::String ^ displayName, Uri ^ iconUri);
WebAccountProvider(winrt::hstring const& id, winrt::hstring const& displayName, Uri const& iconUri);
public WebAccountProvider(string id, string displayName, System.Uri iconUri);
function WebAccountProvider(id, displayName, iconUri)
Public Sub New (id As String, displayName As String, iconUri As Uri)
Parameters
- id
-
String
Platform::String
winrt::hstring
The web account provider id.
- displayName
-
String
Platform::String
winrt::hstring
The display name for the web account provider.