WebAccountProvider(String, String, Uri) Constructor

Definition

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.

iconUri
Uri Uri

The Uri of the icon image to display for the web account provider.

Applies to