Share via


LoggingFields.AddInt32 메서드

정의

오버로드

AddInt32(String, Int32, LoggingFieldFormat, Int32)

지정된 필드 이름, 형식 및 태그를 사용하여 32비트 정수 배열 필드를 추가합니다.

AddInt32(String, Int32, LoggingFieldFormat)

지정된 필드 이름 및 형식의 32비트 정수 배열 필드를 추가합니다.

AddInt32(String, Int32)

지정된 필드 이름을 사용하여 32비트 정수 배열 필드를 추가합니다.

AddInt32(String, Int32, LoggingFieldFormat, Int32)

지정된 필드 이름, 형식 및 태그를 사용하여 32비트 정수 배열 필드를 추가합니다.

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

매개 변수

name
String

Platform::String

winrt::hstring

이벤트 필드의 이름입니다.

value
Int32

int

이벤트 필드의 배열 값입니다.

format
LoggingFieldFormat

이벤트 필드의 형식입니다. ETW(Windows용 이벤트 추적) 도구에서 사용할 수 있는 선택적 서식 힌트를 지정합니다.

tags
Int32

int

이벤트 필드의 사용자 정의 태그입니다. 사용자 지정 ETW 처리 도구에서 사용할 사용자 정의 필드 처리 메타데이터를 최대 28비트까지 지정합니다. 상위 4비트 는 예약되어 있으며 0으로 설정해야 합니다.

특성

추가 정보

적용 대상

AddInt32(String, Int32, LoggingFieldFormat)

지정된 필드 이름 및 형식의 32비트 정수 배열 필드를 추가합니다.

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

매개 변수

name
String

Platform::String

winrt::hstring

이벤트 필드의 이름입니다.

value
Int32

int

이벤트 필드의 값입니다.

format
LoggingFieldFormat

이벤트 필드의 형식입니다. ETW(Windows용 이벤트 추적) 도구에서 사용할 수 있는 선택적 서식 힌트를 지정합니다.

특성

추가 정보

적용 대상

AddInt32(String, Int32)

지정된 필드 이름을 사용하여 32비트 정수 배열 필드를 추가합니다.

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

매개 변수

name
String

Platform::String

winrt::hstring

이벤트 필드의 이름입니다.

value
Int32

int

이벤트 필드의 값입니다.

특성

추가 정보

적용 대상