Freigeben über


ComponentContext Class

Definition

Encapsulates information describing an Application Insights component.

public ref class ComponentContext sealed : Microsoft::VisualStudio::ApplicationInsights::DataContracts::IJsonSerializable
public sealed class ComponentContext : Microsoft.VisualStudio.ApplicationInsights.DataContracts.IJsonSerializable
type ComponentContext = class
    interface IJsonSerializable
Public NotInheritable Class ComponentContext
Implements IJsonSerializable
Inheritance
ComponentContext
Implements

Remarks

This class matches the "Application" schema concept. We are intentionally calling it "Component" for consistency with terminology used by our portal and services and to encourage standardization of terminology within our organization. Once a consensus is reached, we will change type and property names to match.

Properties

Version

Gets or sets the application version.

Explicit Interface Implementations

IJsonSerializable.Serialize(IJsonWriter)

Applies to