다음을 통해 공유


MetadataSerializer.WriteCustomAttributes<T>(XmlWriter, T) 메서드

정의

사용자 지정 특성을 작성하는 확장 지점입니다.

protected:
generic <typename T>
 virtual void WriteCustomAttributes(System::Xml::XmlWriter ^ writer, T source);
protected virtual void WriteCustomAttributes<T> (System.Xml.XmlWriter writer, T source);
abstract member WriteCustomAttributes : System.Xml.XmlWriter * 'T -> unit
override this.WriteCustomAttributes : System.Xml.XmlWriter * 'T -> unit
Protected Overridable Sub WriteCustomAttributes(Of T) (writer As XmlWriter, source As T)

형식 매개 변수

T

특성이 기록 중인 요소를 나타내는 형식입니다. 예: ContactPerson.

매개 변수

writer
XmlWriter

XML 작성기입니다.

source
T

형식 T의 소스 요소입니다.

적용 대상