WorkflowSymbol.Decode(String) メソッド

定義

データ エンコード形式を、指定した型のデータ オブジェクトに変換します。

public:
 static System::Activities::Debugger::Symbol::WorkflowSymbol ^ Decode(System::String ^ symbolString);
public static System.Activities.Debugger.Symbol.WorkflowSymbol Decode(string symbolString);
static member Decode : string -> System.Activities.Debugger.Symbol.WorkflowSymbol
Public Shared Function Decode (symbolString As String) As WorkflowSymbol

パラメーター

symbolString
String

シンボル文字列。

返品

データ エンコード形式は、指定した型のデータ オブジェクトに変換されます。

適用対象