TextExpression.ShouldSerializeNamespacesForImplementation(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个值,该值指示该目标是否应序列化命名空间以实施。
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
目标对象。
返回
如果目标序列化实现的命名空间,则为 true
;否则为 false
。