TextExpression.ShouldSerializeReferencesForImplementation(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une valeur qui indique si l'expression de texte doit sérialiser les espaces de noms pour l'implémentation.
public:
static bool ShouldSerializeReferencesForImplementation(System::Object ^ target);
public static bool ShouldSerializeReferencesForImplementation (object target);
static member ShouldSerializeReferencesForImplementation : obj -> bool
Public Shared Function ShouldSerializeReferencesForImplementation (target As Object) As Boolean
Paramètres
- target
- Object
Objet cible.
Retours
true
si l'expression de texte doit sérialiser les espaces de noms pour implémentation ; sinon, false
.