Méthode FormatterExtensions.Write (SpatialFormatter<XmlReader, XmlWriter>, ISpatial)
Écrit le formateur spécifié.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function Write ( _
formatter As SpatialFormatter(Of XmlReader, XmlWriter), _
spatial As ISpatial _
) As String
'Utilisation
Dim formatter As SpatialFormatter(Of XmlReader, XmlWriter)
Dim spatial As ISpatial
Dim returnValue As String
returnValue = formatter.Write(spatial)
public static string Write(
this SpatialFormatter<XmlReader, XmlWriter> formatter,
ISpatial spatial
)
[ExtensionAttribute]
public:
static String^ Write(
SpatialFormatter<XmlReader^, XmlWriter^>^ formatter,
ISpatial^ spatial
)
static member Write :
formatter:SpatialFormatter<XmlReader, XmlWriter> *
spatial:ISpatial -> string
public static function Write(
formatter : SpatialFormatter<XmlReader, XmlWriter>,
spatial : ISpatial
) : String
Paramètres
- formatter
Type : System.Spatial.SpatialFormatter<XmlReader, XmlWriter>
Formateur.
- spatial
Type : System.Spatial.ISpatial
Objet spatial.
Valeur de retour
Type : System.String
Valeur de chaîne de l'objet mis en forme.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type SpatialFormatter<XmlReader, XmlWriter>. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).