AppCaptureMetadataWriter.StopAllStates 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
停止所有元数据状态。
public:
virtual void StopAllStates() = StopAllStates;
void StopAllStates();
public void StopAllStates();
function stopAllStates()
Public Sub StopAllStates ()
注解
通过调用 StartDoubleState、 StartInt32State 或 StartStringState 启动元数据状态。 通过调用 StopState 停止单个状态。