AppCaptureMetadataWriter.StopAllStates Method

Definition

Stops all metadata states.

public:
 virtual void StopAllStates() = StopAllStates;
void StopAllStates();
public void StopAllStates();
function stopAllStates()
Public Sub StopAllStates ()

Remarks

Start a metadata state by calling StartDoubleState, StartInt32State, or StartStringState. Stop a single state by calling StopState.

Applies to

See also