次の方法で共有


HttpBrowserCapabilitiesWrapper.Platform プロパティ

定義

クライアントが使用しているオペレーティング システムの名前を取得します (既知の場合)。

public:
 virtual property System::String ^ Platform { System::String ^ get(); };
public override string Platform { get; }
member this.Platform : string
Public Overrides ReadOnly Property Platform As String

プロパティ値

既知の場合は、クライアントが使用しているオペレーティング システム。それ以外の場合、値は「不明」に設定されます。

適用対象