SerializationExtensionMethods.GetSchemaNamespace 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.
Obtient le schéma dans lequel une annotation doit être sérialisée.
public static string GetSchemaNamespace (this Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation annotation, Microsoft.OData.Edm.IEdmModel model);
static member GetSchemaNamespace : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation * Microsoft.OData.Edm.IEdmModel -> string
<Extension()>
Public Function GetSchemaNamespace (annotation As IEdmVocabularyAnnotation, model As IEdmModel) As String
Paramètres
- annotation
- IEdmVocabularyAnnotation
Référence à l'annotation appelante.
- model
- IEdmModel
Modèle contenant l'annotation.
Retours
Nom du schéma auquel l'annotation appartient.