TextExpression.ShouldSerializeReferencesForImplementation(Object) 方法

定义

表示一个值,该值指示该文本表达式是否应序列化命名空间以实施。

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

参数

target
Object

目标对象。

返回

Boolean

如果文本表达式实现的命名空间,则为 true;否则为 false

适用于