ContextualSearchGameClipStat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about a contextual search game clip stat.
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class ContextualSearchGameClipStat
type ContextualSearchGameClipStat = class
interface __IContextualSearchGameClipStatPublicNonVirtuals
Public NotInheritable Class ContextualSearchGameClipStat
- Inheritance
-
ContextualSearchGameClipStat
- Attributes
-
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute
Properties
DeltaValue |
"max"–"min". If the delta field is present, the "value" field will not be present. |
MaxValue |
The maximum value the stat had during the recording of the game clip. If the "max" field is present, the "value" field will not be present. |
MinValue |
The minimum value the stat had during the recording of the game clip. If the "min" field is present, the "value" field will not be present. |
Name |
Name of the stat |
Value |
Value of the stat for string stats and integer stats representing a set value. If the stat changed during the clip, the field will have multiple values separated by a comma. If the "value" field is present, "min", "max" and "delta" fields will not be present. |