AppCaptureMetadataWriter.StopAllStates 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 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.