Share via


WebAccountClientView Constructors

Definition

Overloads

WebAccountClientView(WebAccountClientViewType, Uri)

Creates a new instance of the WebAccountClientView class.

WebAccountClientView(WebAccountClientViewType, Uri, String)

Creates a new instance of the WebAccountClientView class.

WebAccountClientView(WebAccountClientViewType, Uri)

Creates a new instance of the WebAccountClientView class.

public:
 WebAccountClientView(WebAccountClientViewType viewType, Uri ^ applicationCallbackUri);
 WebAccountClientView(WebAccountClientViewType const& viewType, Uri const& applicationCallbackUri);
public WebAccountClientView(WebAccountClientViewType viewType, System.Uri applicationCallbackUri);
function WebAccountClientView(viewType, applicationCallbackUri)
Public Sub New (viewType As WebAccountClientViewType, applicationCallbackUri As Uri)

Parameters

viewType
WebAccountClientViewType

The client view type.

applicationCallbackUri
Uri Uri

The callback URI that indicates the completion of the operation.

See also

Applies to

WebAccountClientView(WebAccountClientViewType, Uri, String)

Creates a new instance of the WebAccountClientView class.

public:
 WebAccountClientView(WebAccountClientViewType viewType, Uri ^ applicationCallbackUri, Platform::String ^ accountPairwiseId);
 WebAccountClientView(WebAccountClientViewType const& viewType, Uri const& applicationCallbackUri, winrt::hstring const& accountPairwiseId);
public WebAccountClientView(WebAccountClientViewType viewType, System.Uri applicationCallbackUri, string accountPairwiseId);
function WebAccountClientView(viewType, applicationCallbackUri, accountPairwiseId)
Public Sub New (viewType As WebAccountClientViewType, applicationCallbackUri As Uri, accountPairwiseId As String)

Parameters

viewType
WebAccountClientViewType

The client view type.

applicationCallbackUri
Uri Uri

The callback URI that indicates the completion of the operation.

accountPairwiseId
String

Platform::String

winrt::hstring

The account pairwise Id.

See also

Applies to