次の方法で共有


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

適用対象