FormatterExtensions.Write 메서드 (SpatialFormatter<XmlReader, XmlWriter>, ISpatial)
지정된 포맷터를 씁니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
<ExtensionAttribute> _
Public Shared Function Write ( _
formatter As SpatialFormatter(Of XmlReader, XmlWriter), _
spatial As ISpatial _
) As String
‘사용 방법
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
매개 변수
- formatter
유형: System.Spatial.SpatialFormatter<XmlReader, XmlWriter>
포맷터입니다.
- spatial
유형: System.Spatial.ISpatial
공간 개체입니다.
반환 값
유형: System.String
형식이 지정된 개체의 문자열 값입니다.
사용법 정보
Visual Basic 및 C#에서는 이 메서드를 SpatialFormatter<XmlReader, XmlWriter> 유형의 모든 개체에 대한 인스턴스 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출하는 경우 첫 번째 매개 변수를 생략합니다. 자세한 내용은 https://msdn.microsoft.com/ko-kr/library/bb384936(v=vs.103) 또는 https://msdn.microsoft.com/ko-kr/library/bb383977(v=vs.103)을(를) 참조하십시오.