Lenguaje

TextExpression.ShouldSerializeNamespacesForImplementation(Object) Método

Definición

Representa un valor que indica si el destino debe serializar espacios de nombres para la implementación.

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

Parámetros

target
Object

Objeto de destino.

Devoluciones

true si el destino debe serializar espacios de nombres para su implementación; de lo contrario, false.

Se aplica a