public sealed class ExtendedSourceContext : IMessage<ExtendedSourceContext>, IMessage, IEquatable<ExtendedSourceContext>, IDeepCloneable<ExtendedSourceContext>
An ExtendedSourceContext is a SourceContext combined with additional
details describing the context.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["`ExtendedSourceContext` is a class that combines `SourceContext` with additional details, providing a more comprehensive description of the context."],["The latest version of the `ExtendedSourceContext` is 3.2.0, but this specific documentation is for version 2.1.0."],["`ExtendedSourceContext` implements `IMessage`, `IEquatable`, and `IDeepCloneable` interfaces, allowing it to be used with Protobuf messages and support deep cloning."],["The class includes properties for `Context` (any source context) and `Labels` (user-defined metadata), which are used to provide context and additional information."],["The `ExtendedSourceContext` has two constructors: a default constructor and a constructor that accepts another `ExtendedSourceContext` object."]]],[]]