Freigeben über


AppUriHandlerHost Konstruktoren

Definition

Überlädt

AppUriHandlerHost()

Standardkonstruktor für AppUriHandlerHost.

AppUriHandlerHost(String)

Konstruktor für AppUriHandlerHost, der auch den Namen festlegt.

AppUriHandlerHost()

Standardkonstruktor für AppUriHandlerHost.

public:
 AppUriHandlerHost();
 AppUriHandlerHost();
public AppUriHandlerHost();
function AppUriHandlerHost()
Public Sub New ()

Beispiele

AppUriHandlerHost host = new AppUriHandlerHost();

Weitere Informationen

Gilt für:

AppUriHandlerHost(String)

Konstruktor für AppUriHandlerHost, der auch den Namen festlegt.

public:
 AppUriHandlerHost(Platform::String ^ name);
 AppUriHandlerHost(winrt::hstring const& name);
public AppUriHandlerHost(string name);
function AppUriHandlerHost(name)
Public Sub New (name As String)

Parameter

name
String

Platform::String

winrt::hstring

Ein Websitehostname.

Beispiele

AppUriHandlerHost host = new AppUriHandlerHost("www.contoso.com");

Weitere Informationen

Gilt für: