共用方式為


TextExpression.ShouldSerializeNamespacesForImplementation(Object) 方法

定義

表示值,指出目標是否應序列化實作命名空間。

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

參數

target
Object

目標物件。

傳回

Boolean

如果目標應序列化實作命名空間,則為 true,否則為 false

適用於