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

适用于