TextExpression.ShouldSerializeNamespaces(Object) メソッド

定義

オブジェクトが名前空間をシリアル化する必要があるかどうかを示す値を表します。

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

パラメーター

target
Object

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

返品

true オブジェクトが名前空間をシリアル化する必要がある場合。それ以外の場合は false

適用対象