Share via


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

适用于