AppCaptureMetadataWriter.StopState(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.