Condividi tramite


LoggingFields.AddRect Metodo

Definizione

Overload

AddRect(String, Rect)

Aggiunge un campo Rect con il nome del campo specificato.

AddRect(String, Rect, LoggingFieldFormat)

Aggiunge un campo Rect con il nome del campo e il formato specificati.

AddRect(String, Rect, LoggingFieldFormat, Int32)

Aggiunge un campo Rect con il nome, il formato e i tag di campo specificati.

AddRect(String, Rect)

Aggiunge un campo Rect con il nome del campo specificato.

public:
 virtual void AddRect(Platform::String ^ name, Rect value) = AddRect;
/// [Windows.Foundation.Metadata.Overload("AddRect")]
void AddRect(winrt::hstring const& name, Rect const& value);
[Windows.Foundation.Metadata.Overload("AddRect")]
public void AddRect(string name, Rect value);
function addRect(name, value)
Public Sub AddRect (name As String, value As Rect)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value
Rect

Valore per il campo dell'evento.

Attributi

Vedi anche

Si applica a

AddRect(String, Rect, LoggingFieldFormat)

Aggiunge un campo Rect con il nome del campo e il formato specificati.

public:
 virtual void AddRect(Platform::String ^ name, Rect value, LoggingFieldFormat format) = AddRect;
/// [Windows.Foundation.Metadata.Overload("AddRectWithFormat")]
void AddRect(winrt::hstring const& name, Rect const& value, LoggingFieldFormat const& format);
[Windows.Foundation.Metadata.Overload("AddRectWithFormat")]
public void AddRect(string name, Rect value, LoggingFieldFormat format);
function addRect(name, value, format)
Public Sub AddRect (name As String, value As Rect, format As LoggingFieldFormat)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value
Rect

Valore per il campo dell'evento.

format
LoggingFieldFormat

Formato del campo dell'evento. Specifica un hint di formattazione facoltativo che può essere utilizzato dagli strumenti ETW (Event Tracing for Windows).

Attributi

Vedi anche

Si applica a

AddRect(String, Rect, LoggingFieldFormat, Int32)

Aggiunge un campo Rect con il nome, il formato e i tag di campo specificati.

public:
 virtual void AddRect(Platform::String ^ name, Rect value, LoggingFieldFormat format, int tags) = AddRect;
/// [Windows.Foundation.Metadata.Overload("AddRectWithFormatAndTags")]
void AddRect(winrt::hstring const& name, Rect const& value, LoggingFieldFormat const& format, int const& tags);
[Windows.Foundation.Metadata.Overload("AddRectWithFormatAndTags")]
public void AddRect(string name, Rect value, LoggingFieldFormat format, int tags);
function addRect(name, value, format, tags)
Public Sub AddRect (name As String, value As Rect, format As LoggingFieldFormat, tags As Integer)

Parametri

name
String

Platform::String

winrt::hstring

Nome del campo dell'evento.

value
Rect

Valore per il campo dell'evento.

format
LoggingFieldFormat

Formato del campo dell'evento. Specifica un hint di formattazione facoltativo che può essere utilizzato dagli strumenti ETW (Event Tracing for Windows).

tags
Int32

int

Tag definito dall'utente per il campo dell'evento. Specifica fino a venti otto bit di metadati di elaborazione dei campi definiti dall'utente per l'uso da parte di uno strumento di elaborazione ETW personalizzato. I primi quattro bit sono riservati e devono essere impostati su zero (0).

Attributi

Vedi anche

Si applica a