Modifica

Share via


TextExpression.ShouldSerializeNamespacesForImplementation(Object) Method

Definition

Represents a value that indicates whether the target should serialize namespaces for implementation.

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

Parameters

target
Object

The target object.

Returns

true if the target should serialize namespaces for implementation; otherwise, false.

Applies to