XmlSerializationWriter.WriteNullableStringEncodedRaw 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
바이트 배열을 XML 요소의 본문으로 씁니다. XmlNode는 문자열 값이 xsi:nil='true'
인 경우 null
특성을 삽입합니다.
오버로드
WriteNullableStringEncodedRaw(String, String, Byte[], XmlQualifiedName) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 바이트 배열을 XML 요소의 본문으로 씁니다. XmlWriter는 문자열 값이 |
WriteNullableStringEncodedRaw(String, String, String, XmlQualifiedName) |
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다. 본문에 문자열이 포함되어 있는 XML 요소를 씁니다. XmlWriter는 문자열 값이 |
WriteNullableStringEncodedRaw(String, String, Byte[], XmlQualifiedName)
바이트 배열을 XML 요소의 본문으로 씁니다. XmlWriter는 문자열 값이 xsi:nil='true'
인 경우 null
특성을 삽입합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
protected:
void WriteNullableStringEncodedRaw(System::String ^ name, System::String ^ ns, cli::array <System::Byte> ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteNullableStringEncodedRaw (string name, string? ns, byte[]? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteNullableStringEncodedRaw (string name, string ns, byte[] value, System.Xml.XmlQualifiedName xsiType);
member this.WriteNullableStringEncodedRaw : string * string * byte[] * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteNullableStringEncodedRaw (name As String, ns As String, value As Byte(), xsiType As XmlQualifiedName)
매개 변수
- name
- String
쓸 XML 요소의 로컬 이름입니다.
- ns
- String
쓸 XML 요소의 네임스페이스입니다.
- value
- Byte[]
XML 요소의 본문에 쓸 바이트 배열입니다.
- xsiType
- XmlQualifiedName
xsi:type
특성에 쓰여질 XML 스키마 데이터 형식의 이름입니다.
설명
보호된 멤버 XmlSerializationWriter 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.
설정하면 true``nil
XML 스키마 인스턴스 네임스페이스(약어xsi
)의 특성이 null 값을 나타냅니다.
이 WriteNullableStringEncodedRaw 메서드는 SOAP 1.1 사양의 섹션 5에 설명된 대로 SOAP로 인코딩된 XML을 작성할 때만 호출됩니다.
적용 대상
WriteNullableStringEncodedRaw(String, String, String, XmlQualifiedName)
본문에 문자열이 포함되어 있는 XML 요소를 씁니다. XmlWriter는 문자열 값이 xsi:nil='true'
인 경우 null
특성을 삽입합니다.
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
protected:
void WriteNullableStringEncodedRaw(System::String ^ name, System::String ^ ns, System::String ^ value, System::Xml::XmlQualifiedName ^ xsiType);
protected void WriteNullableStringEncodedRaw (string name, string? ns, string? value, System.Xml.XmlQualifiedName? xsiType);
protected void WriteNullableStringEncodedRaw (string name, string ns, string value, System.Xml.XmlQualifiedName xsiType);
member this.WriteNullableStringEncodedRaw : string * string * string * System.Xml.XmlQualifiedName -> unit
Protected Sub WriteNullableStringEncodedRaw (name As String, ns As String, value As String, xsiType As XmlQualifiedName)
매개 변수
- name
- String
쓸 XML 요소의 로컬 이름입니다.
- ns
- String
쓸 XML 요소의 네임스페이스입니다.
- value
- String
XML 요소의 본문에 쓸 문자열입니다.
- xsiType
- XmlQualifiedName
xsi:type
특성에 쓰여질 XML 스키마 데이터 형식의 이름입니다.
설명
보호된 멤버 XmlSerializationWriter 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.
설정하면 true``nil
XML 스키마 인스턴스 네임스페이스(약어xsi
)의 특성이 null 값을 나타냅니다.
이 WriteNullableStringEncodedRaw 메서드는 SOAP 1.1 사양의 섹션 5에 설명된 대로 SOAP로 인코딩된 XML을 작성할 때만 호출됩니다.