次の方法で共有


SysHolographicWindowingEnvironmentStatus.ComponentStatuses プロパティ

定義

ホログラフィック シェルのさまざまなコンポーネントの状態を取得します。

重要

この API は、Windows オペレーティング システムのコンポーネントでのみ使用できます。 これらの API の呼び出しは、他のすべてのプロセスの実行時に失敗します。 これらの API は、今後の Windows リリースで変更または削除される可能性があります。

public:
 property IVectorView<SysHolographicWindowingEnvironmentComponentStatus> ^ ComponentStatuses { IVectorView<SysHolographicWindowingEnvironmentComponentStatus> ^ get(); };
IVectorView<SysHolographicWindowingEnvironmentComponentStatus> ComponentStatuses();
public IReadOnlyList<SysHolographicWindowingEnvironmentComponentStatus> ComponentStatuses { get; }
var iVectorView = sysHolographicWindowingEnvironmentStatus.componentStatuses;
Public ReadOnly Property ComponentStatuses As IReadOnlyList(Of SysHolographicWindowingEnvironmentComponentStatus)

プロパティ値

状態。

適用対象