RemoteDesktopInfo(String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された ID と表示名を使用して 、RemoteDesktopInfo の新しいインスタンスを初期化します。
public:
RemoteDesktopInfo(Platform::String ^ id, Platform::String ^ displayName);
RemoteDesktopInfo(winrt::hstring const& id, winrt::hstring const& displayName);
public RemoteDesktopInfo(string id, string displayName);
function RemoteDesktopInfo(id, displayName)
Public Sub New (id As String, displayName As String)
パラメーター
- id
-
String
Platform::String
winrt::hstring
リモート デスクトップの ID。
- displayName
-
String
Platform::String
winrt::hstring
リモート デスクトップの表示名。