Share via


AppCaptureMetadataWriter.AddInt32Event 메서드

정의

새 정수 메타데이터 이벤트를 추가합니다.

public:
 virtual void AddInt32Event(Platform::String ^ name, int value, AppCaptureMetadataPriority priority) = AddInt32Event;
void AddInt32Event(winrt::hstring const& name, int const& value, AppCaptureMetadataPriority const& priority);
public void AddInt32Event(string name, int value, AppCaptureMetadataPriority priority);
function addInt32Event(name, value, priority)
Public Sub AddInt32Event (name As String, value As Integer, priority As AppCaptureMetadataPriority)

매개 변수

name
String

Platform::String

winrt::hstring

메타데이터 이벤트의 이름입니다.

value
Int32

int

메타데이터 이벤트의 값입니다.

priority
AppCaptureMetadataPriority

메타데이터 항목의 상대적 중요도를 지정하는 AppCaptureMetadataPriority 열거형의 멤버입니다. 이 값과 메타데이터 항목의 사용 기간은 시스템에서 누적 메타데이터에 할당된 스토리지 공간의 제한에 도달할 때 먼저 제거해야 하는 메타데이터 항목을 결정하는 데 사용됩니다.

설명

시스템은 이 메서드가 호출되면 메타데이터 이벤트를 타임스탬프와 연결합니다. 시간 창에 적용되는 정수 값을 저장하려면 StartInt32State를 사용합니다.

적용 대상