AppCaptureMetadataWriter.StopState(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的識別碼停止中繼資料狀態。
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
要停止的狀態識別碼。
備註
呼叫 StartDoubleState、 StartInt32State或 StartStringState來啟動中繼資料狀態,並指定您稍後可以傳入 StopState的狀態識別碼。 使用單一呼叫 StopAllStates停止所有狀態。