共用方式為


WorkflowRuntimeServiceElement.OnDeserializeUnrecognizedAttribute 方法

定義

當還原序列化 WorkflowRuntimeServiceElement 期間遇到未知的屬性 (Attribute) 時呼叫。

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

無法辨認的屬性值。

傳回

OnDeserializeUnrecognizedAttribute(String, String) 永遠傳回 true

備註

依名稱和值指定的名稱/值組已加入至 Parameters 集合。 組態檔中專案 <Services><add> 指定以外的 type 任何屬性,會新增為集合的名稱 Parameters /值組。

適用於