共用方式為


TextExpression.ShouldSerializeReferencesForImplementation(Object) 方法

定義

表示值,指出文字運算式是否應序列化實作命名空間。

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

參數

target
Object

目標物件。

傳回

Boolean

如果文字運算式應序列化實作命名空間,則為 true,否則為 false

適用於