LoggingFields.AddRect 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AddRect(String, Rect) |
지정된 필드 이름을 가진 Rect 필드를 추가합니다. |
AddRect(String, Rect, LoggingFieldFormat) |
지정된 필드 이름 및 형식의 Rect 필드를 추가합니다. |
AddRect(String, Rect, LoggingFieldFormat, Int32) |
지정된 필드 이름, 형식 및 태그가 있는 Rect 필드를 추가합니다. |
AddRect(String, Rect)
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)
매개 변수
- name
-
String
Platform::String
winrt::hstring
이벤트 필드의 이름입니다.
- value
- Rect
이벤트 필드의 값입니다.
- 특성
추가 정보
적용 대상
AddRect(String, Rect, LoggingFieldFormat)
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)
매개 변수
- name
-
String
Platform::String
winrt::hstring
이벤트 필드의 이름입니다.
- value
- Rect
이벤트 필드의 값입니다.
- format
- LoggingFieldFormat
이벤트 필드의 형식입니다. ETW(Windows용 이벤트 추적) 도구에서 사용할 수 있는 선택적 서식 힌트를 지정합니다.
- 특성
추가 정보
적용 대상
AddRect(String, Rect, LoggingFieldFormat, Int32)
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)
매개 변수
- name
-
String
Platform::String
winrt::hstring
이벤트 필드의 이름입니다.
- value
- Rect
이벤트 필드의 값입니다.
- format
- LoggingFieldFormat
이벤트 필드의 형식입니다. ETW(Windows용 이벤트 추적) 도구에서 사용할 수 있는 선택적 서식 힌트를 지정합니다.
- tags
-
Int32
int
이벤트 필드의 사용자 정의 태그입니다. 사용자 지정 ETW 처리 도구에서 사용할 사용자 정의 필드 처리 메타데이터를 최대 28비트까지 지정합니다. 상위 4비트 는 예약되어 있으며 0으로 설정해야 합니다.
- 특성