ActivityBuilder.ShouldSerializePropertyReferences(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定活動產生器是否應序列化屬性參考。
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
。