AppCaptureMetadataWriter.AddDoubleEvent 메서드

정의

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

public:
 virtual void AddDoubleEvent(Platform::String ^ name, double value, AppCaptureMetadataPriority priority) = AddDoubleEvent;
void AddDoubleEvent(winrt::hstring const& name, double const& value, AppCaptureMetadataPriority const& priority);
public void AddDoubleEvent(string name, double value, AppCaptureMetadataPriority priority);
function addDoubleEvent(name, value, priority)
Public Sub AddDoubleEvent (name As String, value As Double, priority As AppCaptureMetadataPriority)

매개 변수

name
String

Platform::String

winrt::hstring

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

value
Double

double

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

priority
AppCaptureMetadataPriority

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

설명

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

적용 대상