共用方式為


ActivityBuilder.ShouldSerializePropertyReference(Object) 方法

定義

指定活動產生器是否應序列化屬性參考。

public:
 static bool ShouldSerializePropertyReference(System::Object ^ target);
public static bool ShouldSerializePropertyReference (object target);
static member ShouldSerializePropertyReference : obj -> bool
Public Shared Function ShouldSerializePropertyReference (target As Object) As Boolean

參數

target
Object

屬性存放區。

傳回

如果活動產生器應該序列化屬性的參考,則為 true,否則為false

適用於