GraphicsCaptureSession.IsSupported メソッド

定義

デバイスで画面キャプチャがサポートされている場合は true を返します。

public:
 static bool IsSupported();
 static bool IsSupported();
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean

戻り値

Boolean

bool

True を指定すると、デバイスで画面キャプチャがサポートされます。

適用対象