TextExpression.ShouldSerializeNamespaces(Object) Método
Definição
Representa um valor que indica se o objeto deve serializar namespaces.Represents a value that indicates whether the object should serialize namespaces.
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
Parâmetros
- target
- Object
O objeto de destino.The target object.
Retornos
true se o objeto deve serializar namespaces, caso contrário, false.true if the object should serialize namespaces; otherwise, false.