Logger.Loggers Propriété
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.
Liste des enregistreurs d’événements disponibles
public:
static property System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::Workspace::Logging::Logger ^> ^ Loggers { System::Collections::Generic::IReadOnlyDictionary<System::String ^, Microsoft::VisualStudio::Workspace::Logging::Logger ^> ^ get(); };
public static System.Collections.Generic.IReadOnlyDictionary<string,Microsoft.VisualStudio.Workspace.Logging.Logger> Loggers { get; }
member this.Loggers : System.Collections.Generic.IReadOnlyDictionary<string, Microsoft.VisualStudio.Workspace.Logging.Logger>
Public Shared ReadOnly Property Loggers As IReadOnlyDictionary(Of String, Logger)