共用方式為


AppCaptureMetadataWriter.StopState(String) 方法

定義

使用指定的識別碼停止中繼資料狀態。

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)

參數

name
String

Platform::String

winrt::hstring

要停止的狀態識別碼。

備註

呼叫 StartDoubleStateStartInt32StateStartStringState來啟動中繼資料狀態,並指定您稍後可以傳入 StopState的狀態識別碼。 使用單一呼叫 StopAllStates停止所有狀態。

適用於

另請參閱