TelemetryContext.Component Property
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.
Gets the object describing the component tracked by this TelemetryContext.
public:
property Microsoft::VisualStudio::ApplicationInsights::Extensibility::Implementation::ComponentContext ^ Component { Microsoft::VisualStudio::ApplicationInsights::Extensibility::Implementation::ComponentContext ^ get(); };
public Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.ComponentContext Component { get; }
member this.Component : Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.ComponentContext
Public ReadOnly Property Component As ComponentContext