RemoteSystemConnectionInfo クラス

定義

リモート システムへの接続に関する情報を提供します。 たとえば、接続の種類です。

public ref class RemoteSystemConnectionInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteSystemConnectionInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteSystemConnectionInfo
Public NotInheritable Class RemoteSystemConnectionInfo
継承
Object Platform::Object IInspectable RemoteSystemConnectionInfo
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

プロパティ

IsProximal

関連付けられているリモート システム接続が近位接続であるかどうかを取得します。

メソッド

TryCreateFromAppServiceConnection(AppServiceConnection)

指定された App Service 接続に対応するこのクラスのインスタンスを作成します。

適用対象