AppCaptureMetadataWriter.StartDoubleState 메서드

정의

새 이중 메타데이터 상태를 추가합니다.

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

매개 변수

name
String

Platform::String

winrt::hstring

메타데이터 상태의 이름입니다.

value
Double

double

메타데이터 상태의 값입니다.

priority
AppCaptureMetadataPriority

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

설명

시스템은 상태가 시작된 시점과 해당 값이 변경되거나 StopAllStates를 호출하여 상태가 중지되는 시점 사이의 기간과 메타데이터 상태를 연결합니다. 순간적인 시간에 적용되는 double 값을 저장하려면 AddDoubleEvent를 사용합니다.

적용 대상