AppCaptureMetadataWriter.StopState(String) Method

Definition

Stops the metadata state with the specified identifier.

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)

Parameters

name
String

Platform::String

winrt::hstring

The identifier of the state to be stopped.

Remarks

Start a metadata state by calling StartDoubleState, StartInt32State, or StartStringState, specifying the state identifier that you can later pass into StopState. Stop all states with a single call to StopAllStates.

Applies to

See also