TelemetryContextExtensions.GetInternalContext(TelemetryContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Contexte interne pour TelemetryContext.