DisplayManagerResultWithState クラス

定義

DisplayManager 操作の状態と、操作が成功した場合の結果の DisplayState を格納します。

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

Windows の要件

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

プロパティ

ErrorCode

操作の成功またはエラーの状態を示す値を取得します。

ExtendedErrorCode

操作が成功または失敗した方法を示す HRESULT 値を取得します。

State

成功した場合、操作の結果として得られた DisplayState オブジェクトを取得します。

適用対象