> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XGameStreamingTouchControlsStateOperationKind

> XGameStreamingTouchControlsStateOperationKind

# XGameStreamingTouchControlsStateOperationKind

タッチ コントロール レイアウトの状態を更新するときに実行できる操作。

## Syntax

```cpp theme={null}
enum class XGameStreamingTouchControlsStateOperationKind  : uint32_t  
{  
    Replace = 0  
}  
```

## Constants

| 定数      | 説明                              |
| ------- | ------------------------------- |
| Replace | タッチ コントロール状態内の参照を指定された値で置き換えます。 |

## Remarks

すべての、あるいは特定のストリーミング クライアントに送信できるタッチ レイアウト状態の更新セットを構築するときに使用します。

一般的な用途は次のとおりです。

* 特定のタッチ レイアウト コントロールの視覚的表現を変更する。
* 特定のタッチ レイアウト コントロールを有効化/無効化する。

## Requirements

**ヘッダー:** XGameStreaming.h\
**サポートされているプラットフォーム**: Windows、XBOX One ファミリー本体および XBOX Series 本体

## See also

[XGameStreaming](/reference/system/xgamestreaming/xgamestreaming_members#TouchAdaptation)\
[XGameStreamingTouchControlsStateOperation](/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstateoperation)\
[XGameStreamingTouchControlsStateValue](/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstatevalue)\
[XGameStreamingUpdateTouchControlsState](/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstate)\
[XGameStreamingUpdateTouchControlsStateOnClient](/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstateonclient)\
[XGameStreamingShowTouchControlsWithStateUpdate](/reference/system/xgamestreaming/functions/xgamestreamingshowtouchcontrolswithstateupdate)\
[XGameStreamingShowTouchControlsWithStateUpdateOnClient](/reference/system/xgamestreaming/functions/xgamestreamingshowtouchcontrolswithstateupdateonclient)


## Related topics

- [XGameStreamingTouchControlsStateValueKind](/ja-jp/reference/system/xgamestreaming/enums/xgamestreamingtouchcontrolsstatevaluekind.md)
- [XGameStreamingTouchControlsStateOperation](/ja-jp/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstateoperation.md)
- [XGameStreamingUpdateTouchControlsState](/ja-jp/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstate.md)
- [XGameStreamingTouchControlsStateValue](/ja-jp/reference/system/xgamestreaming/structs/xgamestreamingtouchcontrolsstatevalue.md)
- [XGameStreamingUpdateTouchControlsStateOnClient](/ja-jp/reference/system/xgamestreaming/functions/xgamestreamingupdatetouchcontrolsstateonclient.md)
