共用方式為


TextExpression.ShouldSerializeNamespaces(Object) 方法

定義

表示值,指出物件是否應序列化命名空間。

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

參數

target
Object

目標物件。

傳回

如果物件應序列化命名空間,則為 true,否則為 false

適用於