WorkflowIdentity.TryParse(String, WorkflowIdentity) 메서드

정의

문자열을 구문 분석하고 WorkflowIdentity의 새 인스턴스를 만듭니다.

public:
 static bool TryParse(System::String ^ identity, [Runtime::InteropServices::Out] System::Activities::WorkflowIdentity ^ % result);
public static bool TryParse (string identity, out System.Activities.WorkflowIdentity result);
static member TryParse : string * WorkflowIdentity -> bool
Public Shared Function TryParse (identity As String, ByRef result As WorkflowIdentity) As Boolean

매개 변수

identity
String

새 ID입니다.

result
WorkflowIdentity

문자열에서 만든 결과입니다.

반환

WorkflowIdentity 인스턴스가 만들어졌으면 true이고, 그렇지 않으면 false입니다.

적용 대상