LoggingFields.AddTimeSpan 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.
Surcharges
AddTimeSpan(String, TimeSpan) |
Ajoute un champ d’intervalle de temps avec le nom de champ spécifié. |
AddTimeSpan(String, TimeSpan, LoggingFieldFormat) |
Ajoute un champ d’intervalle de temps avec le nom et le format de champ spécifiés. |
AddTimeSpan(String, TimeSpan, LoggingFieldFormat, Int32) |
Ajoute un champ d’intervalle de temps avec le nom de champ, le format et les balises spécifiés. |
AddTimeSpan(String, TimeSpan)
Ajoute un champ d’intervalle de temps avec le nom de champ spécifié.
public:
virtual void AddTimeSpan(Platform::String ^ name, TimeSpan value) = AddTimeSpan;
/// [Windows.Foundation.Metadata.Overload("AddTimeSpan")]
void AddTimeSpan(winrt::hstring const& name, TimeSpan const& value);
[Windows.Foundation.Metadata.Overload("AddTimeSpan")]
public void AddTimeSpan(string name, System.TimeSpan value);
function addTimeSpan(name, value)
Public Sub AddTimeSpan (name As String, value As TimeSpan)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- Attributs
Voir aussi
- AddTimeSpan(String, TimeSpan, LoggingFieldFormat)
- AddTimeSpan(String, TimeSpan, LoggingFieldFormat, Int32)
S’applique à
AddTimeSpan(String, TimeSpan, LoggingFieldFormat)
Ajoute un champ d’intervalle de temps avec le nom et le format de champ spécifiés.
public:
virtual void AddTimeSpan(Platform::String ^ name, TimeSpan value, LoggingFieldFormat format) = AddTimeSpan;
/// [Windows.Foundation.Metadata.Overload("AddTimeSpanWithFormat")]
void AddTimeSpan(winrt::hstring const& name, TimeSpan const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddTimeSpanWithFormat")]
public void AddTimeSpan(string name, System.TimeSpan value, LoggingFieldFormat format);
function addTimeSpan(name, value, format)
Public Sub AddTimeSpan (name As String, value As TimeSpan, format As LoggingFieldFormat)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- format
- LoggingFieldFormat
Format du champ d’événement. Spécifie un indicateur de mise en forme facultatif qui peut être utilisé par les outils de suivi d’événements pour Windows (ETW).
- Attributs
Voir aussi
S’applique à
AddTimeSpan(String, TimeSpan, LoggingFieldFormat, Int32)
Ajoute un champ d’intervalle de temps avec le nom de champ, le format et les balises spécifiés.
public:
virtual void AddTimeSpan(Platform::String ^ name, TimeSpan value, LoggingFieldFormat format, int tags) = AddTimeSpan;
/// [Windows.Foundation.Metadata.Overload("AddTimeSpanWithFormatAndTags")]
void AddTimeSpan(winrt::hstring const& name, TimeSpan const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddTimeSpanWithFormatAndTags")]
public void AddTimeSpan(string name, System.TimeSpan value, LoggingFieldFormat format, int tags);
function addTimeSpan(name, value, format, tags)
Public Sub AddTimeSpan (name As String, value As TimeSpan, format As LoggingFieldFormat, tags As Integer)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- format
- LoggingFieldFormat
Format du champ d’événement. Spécifie un indicateur de mise en forme facultatif qui peut être utilisé par les outils de suivi d’événements pour Windows (ETW).
- tags
-
Int32
int
Balise définie par l’utilisateur pour le champ d’événement. Spécifie jusqu’à vingt-huit bits de métadonnées de traitement de champ définies par l’utilisateur à utiliser par un outil de traitement ETW personnalisé. Les quatre premiers bits sont réservés et doivent être définis sur zéro (0).
- Attributs