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

ターゲット オブジェクト。

返品

true ターゲットが実装のために名前空間をシリアル化する必要がある場合。それ以外の場合は false

適用対象