AppCaptureMetadataWriter.StopState(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 식별자를 사용하여 메타데이터 상태를 중지합니다.
public:
virtual void StopState(Platform::String ^ name) = StopState;
void StopState(winrt::hstring const& name);
public void StopState(string name);
function stopState(name)
Public Sub StopState (name As String)
매개 변수
- name
-
String
Platform::String
winrt::hstring
중지할 상태의 식별자입니다.
설명
StartDoubleState, StartInt32State 또는 StartStringState를 호출하고 나중에 StopState에 전달할 수 있는 상태 식별자를 지정하여 메타데이터 상태를 시작합니다. StopAllStates를 한 번의 호출로 모든 상태를 중지합니다.