다음을 통해 공유


WorkflowRuntimeServiceElement.OnDeserializeUnrecognizedAttribute 메서드

정의

WorkflowRuntimeServiceElement를 역직렬화하는 동안 알 수 없는 특성을 발견할 때 호출됩니다.

protected:
 override bool OnDeserializeUnrecognizedAttribute(System::String ^ name, System::String ^ value);
protected override bool OnDeserializeUnrecognizedAttribute (string name, string value);
override this.OnDeserializeUnrecognizedAttribute : string * string -> bool
Protected Overrides Function OnDeserializeUnrecognizedAttribute (name As String, value As String) As Boolean

매개 변수

name
String

인식할 수 없는 특성의 이름입니다.

value
String

인식할 수 없는 특성의 값입니다.

반환

Boolean

OnDeserializeUnrecognizedAttribute(String, String)는 항상 true를 반환합니다.

설명

이름 및 값으로 지정된 이름-값 쌍이 Parameters 컬렉션에 추가됩니다. type구성 파일의 요소에 대 한 요소에 지정 된 이외의 모든 특성 <add> <Services> 은 이름-값 쌍으로 컬렉션에 추가 됩니다 Parameters .

적용 대상