WebAccountClientView Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt die Clientansicht für ein Webkonto dar. Verwenden Sie diese Option, um zu steuern, welche Informationen zu einem Konto eines Anbieters für den Client verfügbar sind.
public ref class WebAccountClientView sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Security.Authentication.Web.Provider.IWebAccountClientViewFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WebAccountClientView final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Security.Authentication.Web.Provider.IWebAccountClientViewFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class WebAccountClientView final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Security.Authentication.Web.Provider.IWebAccountClientViewFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WebAccountClientView
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Security.Authentication.Web.Provider.IWebAccountClientViewFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class WebAccountClientView
function WebAccountClientView(viewType, applicationCallbackUri, accountPairwiseId)
Public NotInheritable Class WebAccountClientView
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Konstruktoren
WebAccountClientView(WebAccountClientViewType, Uri, String) |
Erstellt eine neue instance der WebAccountClientView-Klasse. |
WebAccountClientView(WebAccountClientViewType, Uri) |
Erstellt eine neue instance der WebAccountClientView-Klasse. |
Eigenschaften
AccountPairwiseId |
Ruft die kontopaarweise ID ab. |
ApplicationCallbackUri |
Ruft den App-Rückruf-URI ab. |
Type |
Ruft den Typ der Webkontoclientansicht ab. |