次の方法で共有


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

適用対象