Méthode FormatterExtensions.Write (SpatialFormatter<TextReader, TextWriter>, 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 TextReader, TextWriter), _
spatial As ISpatial _
) As String
'Utilisation
Dim formatter As SpatialFormatter(Of TextReader, TextWriter)
Dim spatial As ISpatial
Dim returnValue As String
returnValue = formatter.Write(spatial)
public static string Write(
this SpatialFormatter<TextReader, TextWriter> formatter,
ISpatial spatial
)
[ExtensionAttribute]
public:
static String^ Write(
SpatialFormatter<TextReader^, TextWriter^>^ formatter,
ISpatial^ spatial
)
static member Write :
formatter:SpatialFormatter<TextReader, TextWriter> *
spatial:ISpatial -> string
public static function Write(
formatter : SpatialFormatter<TextReader, TextWriter>,
spatial : ISpatial
) : String
Paramètres
- formatter
Type : System.Spatial.SpatialFormatter<TextReader, TextWriter>
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<TextReader, TextWriter>. 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).