XmlSerializationWriter.WritePotentiallyReferencingElement 메서드

정의

지정된 개체의 <multiRef> XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

오버로드

WritePotentiallyReferencingElement(String, String, Object, Type, Boolean, Boolean)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 개체의 multiRef XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

WritePotentiallyReferencingElement(String, String, Object, Type, Boolean)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 개체의 <multiRef> XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

WritePotentiallyReferencingElement(String, String, Object, Type)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 개체의 <multiRef> XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

WritePotentiallyReferencingElement(String, String, Object)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

지정된 개체의 <multiRef> XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

WritePotentiallyReferencingElement(String, String, Object, Type, Boolean, Boolean)

지정된 개체의 multiRef XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 void WritePotentiallyReferencingElement(System::String ^ n, System::String ^ ns, System::Object ^ o, Type ^ ambientType, bool suppressReference, bool isNullable);
protected void WritePotentiallyReferencingElement (string? n, string? ns, object? o, Type? ambientType, bool suppressReference, bool isNullable);
protected void WritePotentiallyReferencingElement (string n, string ns, object o, Type ambientType, bool suppressReference, bool isNullable);
member this.WritePotentiallyReferencingElement : string * string * obj * Type * bool * bool -> unit
Protected Sub WritePotentiallyReferencingElement (n As String, ns As String, o As Object, ambientType As Type, suppressReference As Boolean, isNullable As Boolean)

매개 변수

n
String

쓸 XML 요소의 로컬 이름입니다.

ns
String

쓸 XML 요소의 네임스페이스입니다.

o
Object

현재 XML 요소나 현재 요소가 참조하는 multiRef 요소에서 serialize되는 개체입니다.

ambientType
Type

개체의 형식 매핑에 저장된 형식입니다(typeof 작업을 통해 직접 찾은 개체 형식과 다름).

suppressReference
Boolean

요소가 데이터가 포함된 다른 요소를 참조하도록 하는 대신 개체를 XML 요소로 직접 serialize하려면 true이고, 그렇지 않으면 false입니다.

isNullable
Boolean

serialize할 개체가 true인 경우 xsi:nil='true' 특성을 쓰려면 null이고, 그렇지 않으면 false입니다.

설명

보호된 멤버 XmlSerializationWriter 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.

SOAP 인코딩을 사용하면 고유한 XML 요소가 SOAP 메시지 내에서 특성으로 식별되는 id 요소로 multiRef 한 번 표시될 수 있습니다. 대체 id 요소에서 특성(또는 ref SOAP 1.2의 특성)을 사용하여 href 값을 여러 번 참조할 수 있습니다.

SOAP 인코딩은 SOAP 1.1 사양의 5 절에에서 설명 되어 있습니다.

적용 대상

WritePotentiallyReferencingElement(String, String, Object, Type, Boolean)

지정된 개체의 <multiRef> XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 void WritePotentiallyReferencingElement(System::String ^ n, System::String ^ ns, System::Object ^ o, Type ^ ambientType, bool suppressReference);
protected void WritePotentiallyReferencingElement (string n, string? ns, object? o, Type? ambientType, bool suppressReference);
protected void WritePotentiallyReferencingElement (string n, string ns, object o, Type ambientType, bool suppressReference);
member this.WritePotentiallyReferencingElement : string * string * obj * Type * bool -> unit
Protected Sub WritePotentiallyReferencingElement (n As String, ns As String, o As Object, ambientType As Type, suppressReference As Boolean)

매개 변수

n
String

쓸 XML 요소의 로컬 이름입니다.

ns
String

쓸 XML 요소의 네임스페이스입니다.

o
Object

현재 XML 요소나 현재 요소가 참조하는 multiRef 요소에서 serialize되는 개체입니다.

ambientType
Type

개체의 형식 매핑에 저장된 형식입니다(typeof 작업을 통해 직접 찾은 개체 형식과 다름).

suppressReference
Boolean

요소가 데이터가 포함된 다른 요소를 참조하도록 하는 대신 개체를 XML 요소로 직접 serialize하려면 true이고, 그렇지 않으면 false입니다.

설명

보호된 멤버 XmlSerializationWriter 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.

SOAP 인코딩을 사용하면 고유한 XML 요소가 SOAP 메시지 내에서 특성으로 식별되는 id 요소로 multiRef 한 번 표시될 수 있습니다. 대체 id 요소에서 특성(또는 ref SOAP 1.2의 특성)을 사용하여 href 값을 여러 번 참조할 수 있습니다.

SOAP 인코딩은 SOAP 1.1 사양의 5 절에에서 설명 되어 있습니다.

적용 대상

WritePotentiallyReferencingElement(String, String, Object, Type)

지정된 개체의 <multiRef> XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 void WritePotentiallyReferencingElement(System::String ^ n, System::String ^ ns, System::Object ^ o, Type ^ ambientType);
protected void WritePotentiallyReferencingElement (string? n, string? ns, object? o, Type? ambientType);
protected void WritePotentiallyReferencingElement (string n, string ns, object o, Type ambientType);
member this.WritePotentiallyReferencingElement : string * string * obj * Type -> unit
Protected Sub WritePotentiallyReferencingElement (n As String, ns As String, o As Object, ambientType As Type)

매개 변수

n
String

쓸 XML 요소의 로컬 이름입니다.

ns
String

쓸 XML 요소의 네임스페이스입니다.

o
Object

현재 XML 요소나 현재 요소가 참조하는 multiRef 요소에서 serialize되는 개체입니다.

ambientType
Type

개체의 형식 매핑에 저장된 형식입니다(typeof 작업을 통해 직접 찾은 개체 형식과 다름).

설명

보호된 멤버 XmlSerializationWriter 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.

SOAP 인코딩을 사용하면 고유한 XML 요소가 SOAP 메시지 내에서 특성으로 식별되는 id 요소로 <multiRef> 한 번 표시될 수 있습니다. 대체 id 요소에서 특성(또는 ref SOAP 1.2의 특성)을 사용하여 href 값을 여러 번 참조할 수 있습니다.

SOAP 인코딩은 SOAP 1.1 사양의 5 절에에서 설명 되어 있습니다.

적용 대상

WritePotentiallyReferencingElement(String, String, Object)

지정된 개체의 <multiRef> XML 요소에 대한 참조를 포함할 수 있는 SOAP 메시지 XML 요소를 씁니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 void WritePotentiallyReferencingElement(System::String ^ n, System::String ^ ns, System::Object ^ o);
protected void WritePotentiallyReferencingElement (string? n, string? ns, object? o);
protected void WritePotentiallyReferencingElement (string n, string ns, object o);
member this.WritePotentiallyReferencingElement : string * string * obj -> unit
Protected Sub WritePotentiallyReferencingElement (n As String, ns As String, o As Object)

매개 변수

n
String

쓸 XML 요소의 로컬 이름입니다.

ns
String

쓸 XML 요소의 네임스페이스입니다.

o
Object

현재 XML 요소나 현재 요소가 참조하는 multiRef 요소에서 serialize되는 개체입니다.

설명

보호된 멤버 XmlSerializationWriter 는 .NET Framework XML serialization 인프라 내에서 내부적으로 사용되는 파생 클래스에서만 사용하기 위한 것입니다.

SOAP 인코딩을 사용하면 고유한 XML 요소가 SOAP 메시지 내에서 특성으로 식별되는 id 요소로 <multiRef> 한 번 표시될 수 있습니다. 대체 id 요소에서 특성(또는 ref SOAP 1.2의 특성)을 사용하여 href 값을 여러 번 참조할 수 있습니다.

SOAP 인코딩은 SOAP 1.1 사양의 5 절에에서 설명 되어 있습니다.

적용 대상