WorkflowRuntimeServiceElement.OnDeserializeUnrecognizedAttribute 方法
本文內容
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當還原序列化 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 /值組。
產品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |