Freigeben über


TextExpression.ShouldSerializeNamespaces(Object) Methode

Definition

Stellt einen Wert dar, der angibt, ob das Objekt Namespaces serialisieren soll.

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

Parameter

target
Object

Das Zielobjekt.

Gibt zurück

Boolean

Namespaces true, wenn das Objekt Namespaces serialisieren soll; andernfalls false.

Gilt für