Share via


ActivityBuilder.ShouldSerializePropertyReferences(Object) 方法

定义

指定是否活动生成器会序列化属性引用 。

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

参数

target
Object

属性存储区。

返回

如果活动生成器会序列化属性引用,则为 true;否则为 false

适用于