FormatterExtensions.Write Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Write(SpatialFormatter<TextReader,TextWriter>, ISpatial) |
Grava o formatador especificado. |
Write(SpatialFormatter<XmlReader,XmlWriter>, ISpatial) |
Grava o formatador especificado. |
Write(SpatialFormatter<TextReader,TextWriter>, ISpatial)
Grava o formatador especificado.
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
Parâmetros
- formatter
- SpatialFormatter<TextReader,TextWriter>
O formatador.
- spatial
- ISpatial
O objeto espacial.
Retornos
Um valor de cadeia de caracteres do objeto formatado.
Aplica-se a
Write(SpatialFormatter<XmlReader,XmlWriter>, ISpatial)
Grava o formatador especificado.
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
Parâmetros
- formatter
- SpatialFormatter<XmlReader,XmlWriter>
O formatador.
- spatial
- ISpatial
O objeto espacial.
Retornos
Um valor de cadeia de caracteres do objeto formatado.