FormatterExtensions.Write 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.
Surcharges
Write(SpatialFormatter<TextReader,TextWriter>, ISpatial) |
Écrit le formateur spécifié. |
Write(SpatialFormatter<XmlReader,XmlWriter>, ISpatial) |
Écrit le formateur spécifié. |
Write(SpatialFormatter<TextReader,TextWriter>, ISpatial)
Écrit le formateur spécifié.
public static string Write (this Microsoft.Spatial.SpatialFormatter<System.IO.TextReader,System.IO.TextWriter> formatter, Microsoft.Spatial.ISpatial spatial);
static member Write : Microsoft.Spatial.SpatialFormatter<System.IO.TextReader, System.IO.TextWriter> * Microsoft.Spatial.ISpatial -> string
<Extension()>
Public Function Write (formatter As SpatialFormatter(Of TextReader, TextWriter), spatial As ISpatial) As String
Paramètres
- formatter
- SpatialFormatter<TextReader,TextWriter>
Formateur.
- spatial
- ISpatial
Objet spatial.
Retours
Valeur de chaîne de l'objet mis en forme.
S’applique à
Write(SpatialFormatter<XmlReader,XmlWriter>, ISpatial)
Écrit le formateur spécifié.
public static string Write (this Microsoft.Spatial.SpatialFormatter<System.Xml.XmlReader,System.Xml.XmlWriter> formatter, Microsoft.Spatial.ISpatial spatial);
static member Write : Microsoft.Spatial.SpatialFormatter<System.Xml.XmlReader, System.Xml.XmlWriter> * Microsoft.Spatial.ISpatial -> string
<Extension()>
Public Function Write (formatter As SpatialFormatter(Of XmlReader, XmlWriter), spatial As ISpatial) As String
Paramètres
- formatter
- SpatialFormatter<XmlReader,XmlWriter>
Formateur.
- spatial
- ISpatial
Objet spatial.
Retours
Valeur de chaîne de l'objet mis en forme.