LoggingFields.AddDouble メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddDouble(String, Double) |
指定したフィールド名を持つ Double フィールドを追加します。 |
AddDouble(String, Double, LoggingFieldFormat) |
指定したフィールド名と形式を持つ Double フィールドを追加します。 |
AddDouble(String, Double, LoggingFieldFormat, Int32) |
指定したフィールド名、形式、タグを持つ Double フィールドを追加します。 |
AddDouble(String, Double)
public:
virtual void AddDouble(Platform::String ^ name, double value) = AddDouble;
/// [Windows.Foundation.Metadata.Overload("AddDouble")]
void AddDouble(winrt::hstring const& name, double const& value);
[Windows.Foundation.Metadata.Overload("AddDouble")]
public void AddDouble(string name, double value);
function addDouble(name, value)
Public Sub AddDouble (name As String, value As Double)
パラメーター
- name
-
String
Platform::String
winrt::hstring
イベント フィールドの名前。
- value
-
Double
double
イベント フィールドの値。
- 属性
こちらもご覧ください
適用対象
AddDouble(String, Double, LoggingFieldFormat)
public:
virtual void AddDouble(Platform::String ^ name, double value, LoggingFieldFormat format) = AddDouble;
/// [Windows.Foundation.Metadata.Overload("AddDoubleWithFormat")]
void AddDouble(winrt::hstring const& name, double const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddDoubleWithFormat")]
public void AddDouble(string name, double value, LoggingFieldFormat format);
function addDouble(name, value, format)
Public Sub AddDouble (name As String, value As Double, format As LoggingFieldFormat)
パラメーター
- name
-
String
Platform::String
winrt::hstring
イベント フィールドの名前。
- value
-
Double
double
イベント フィールドの値。
- format
- LoggingFieldFormat
イベント フィールドの形式。 Windows イベント トレーシング (ETW) ツールで使用できるオプションの書式設定ヒントを指定します。
- 属性
こちらもご覧ください
適用対象
AddDouble(String, Double, LoggingFieldFormat, Int32)
public:
virtual void AddDouble(Platform::String ^ name, double value, LoggingFieldFormat format, int tags) = AddDouble;
/// [Windows.Foundation.Metadata.Overload("AddDoubleWithFormatAndTags")]
void AddDouble(winrt::hstring const& name, double const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddDoubleWithFormatAndTags")]
public void AddDouble(string name, double value, LoggingFieldFormat format, int tags);
function addDouble(name, value, format, tags)
Public Sub AddDouble (name As String, value As Double, format As LoggingFieldFormat, tags As Integer)
パラメーター
- name
-
String
Platform::String
winrt::hstring
イベント フィールドの名前。
- value
-
Double
double
イベント フィールドの値。
- format
- LoggingFieldFormat
イベント フィールドの形式。 Windows イベント トレーシング (ETW) ツールで使用できるオプションの書式設定ヒントを指定します。
- tags
-
Int32
int
イベント フィールドのユーザー定義タグ。 カスタム ETW 処理ツールで使用するユーザー定義フィールド処理メタデータの最大 28 ビットを指定します。 上位 4 ビットは予約されており、ゼロ (0) に設定する必要があります。
- 属性