TelemetryContextExtensions.GetInternalContext(TelemetryContext) Méthode

Définition

Retourne le contexte interne de TelemetryContext.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::VisualStudio::ApplicationInsights::Extensibility::Implementation::InternalContext ^ GetInternalContext(Microsoft::VisualStudio::ApplicationInsights::DataContracts::TelemetryContext ^ context);
public static Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.InternalContext GetInternalContext (this Microsoft.VisualStudio.ApplicationInsights.DataContracts.TelemetryContext context);
static member GetInternalContext : Microsoft.VisualStudio.ApplicationInsights.DataContracts.TelemetryContext -> Microsoft.VisualStudio.ApplicationInsights.Extensibility.Implementation.InternalContext
<Extension()>
Public Function GetInternalContext (context As TelemetryContext) As InternalContext

Paramètres

context
TelemetryContext

Contexte de télémétrie pour lequel obtenir le contexte interne.

Retours

InternalContext

Contexte interne pour TelemetryContext.

S’applique à