ActivityBuilder.ShouldSerializePropertyReferences(Object) 方法

定义

指定是否活动生成器会序列化属性引用 。Specifies whether the activity builder should serialize the property reference.

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

属性存储区。A property store.

返回

Boolean

如果活动生成器会序列化属性引用,则为 true;否则为 falsetrue if the activity builder should serialize the property reference; otherwise, false.

适用于