StateMachineWorkflowInstance.SetState 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 的轉換。
多載
SetState(String) |
使用 的名稱,提供指定之 的轉換。 |
SetState(StateActivity) |
提供指定之 的轉換。 |
SetState(String)
使用 的名稱,提供指定之 的轉換。
public:
void SetState(System::String ^ targetStateName);
public void SetState (string targetStateName);
member this.SetState : string -> unit
Public Sub SetState (targetStateName As String)
參數
- targetStateName
- String
要轉換的 StateActivity 名稱。
例外狀況
targetStateName
為 null 參考 (在 Visual Basic 中為 Nothing
)。
由 StateActivity 指定的 targetStateName
為 null 參考 (Nothing
)。
適用於
SetState(StateActivity)
提供指定之 的轉換。
public:
void SetState(System::Workflow::Activities::StateActivity ^ targetState);
public void SetState (System.Workflow.Activities.StateActivity targetState);
member this.SetState : System.Workflow.Activities.StateActivity -> unit
Public Sub SetState (targetState As StateActivity)
參數
- targetState
- StateActivity
要轉換的 StateActivity。
例外狀況
targetState
為 null 參考 (在 Visual Basic 中為 Nothing
)。