AppUriHandlerHost コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AppUriHandlerHost() |
AppUriHandlerHost の既定のコンストラクター。 |
AppUriHandlerHost(String) |
名前も設定する AppUriHandlerHost のコンストラクター。 |
AppUriHandlerHost()
AppUriHandlerHost の既定のコンストラクター。
public:
AppUriHandlerHost();
AppUriHandlerHost();
public AppUriHandlerHost();
function AppUriHandlerHost()
Public Sub New ()
例
AppUriHandlerHost host = new AppUriHandlerHost();
こちらもご覧ください
適用対象
AppUriHandlerHost(String)
名前も設定する AppUriHandlerHost のコンストラクター。
public:
AppUriHandlerHost(Platform::String ^ name);
AppUriHandlerHost(winrt::hstring const& name);
public AppUriHandlerHost(string name);
function AppUriHandlerHost(name)
Public Sub New (name As String)
パラメーター
- name
-
String
Platform::String
winrt::hstring
Web サイトのホスト名。
例
AppUriHandlerHost host = new AppUriHandlerHost("www.contoso.com");