LoggingFields.AddDoubleArray 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
AddDoubleArray(String, Double[], LoggingFieldFormat, Int32) |
Ajoute un champ Double tableau avec le nom de champ, le format et les balises spécifiés. |
AddDoubleArray(String, Double[]) |
Ajoute un champ Double tableau avec le nom de champ spécifié. |
AddDoubleArray(String, Double[], LoggingFieldFormat) |
Ajoute un champ Double tableau avec le nom de champ et le format spécifiés. |
AddDoubleArray(String, Double[], LoggingFieldFormat, Int32)
public:
virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value, LoggingFieldFormat format, int tags) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormatAndTags")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormatAndTags")]
public void AddDoubleArray(string name, double[] value, LoggingFieldFormat format, int tags);
function addDoubleArray(name, value, format, tags)
Public Sub AddDoubleArray (name As String, value As Double(), format As LoggingFieldFormat, tags As Integer)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- value
-
Double[]
double[]
Tableau de valeurs pour le 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
Voir aussi
S’applique à
AddDoubleArray(String, Double[])
public:
virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArray")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value);
[Windows.Foundation.Metadata.Overload("AddDoubleArray")]
public void AddDoubleArray(string name, double[] value);
function addDoubleArray(name, value)
Public Sub AddDoubleArray (name As String, value As Double())
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- value
-
Double[]
double[]
Tableau de valeurs pour le champ d’événement.
- Attributs
Voir aussi
- AddDoubleArray(String, Double[], LoggingFieldFormat)
- AddDoubleArray(String, Double[], LoggingFieldFormat, Int32)
S’applique à
AddDoubleArray(String, Double[], LoggingFieldFormat)
public:
virtual void AddDoubleArray(Platform::String ^ name, Platform::Array <double> ^ value, LoggingFieldFormat format) = AddDoubleArray;
/// [Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormat")]
void AddDoubleArray(winrt::hstring const& name, winrt::array_view <double> const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddDoubleArrayWithFormat")]
public void AddDoubleArray(string name, double[] value, LoggingFieldFormat format);
function addDoubleArray(name, value, format)
Public Sub AddDoubleArray (name As String, value As Double(), format As LoggingFieldFormat)
Paramètres
- name
-
String
Platform::String
winrt::hstring
Nom du champ d’événement.
- value
-
Double[]
double[]
Tableau de valeurs pour le 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