MetadataSection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MetadataSection 클래스의 새 인스턴스를 초기화합니다.
오버로드
MetadataSection() |
언어, 식별자 또는 XML 메타데이터를 사용하지 않고 MetadataSection 클래스의 새 인스턴스를 초기화합니다. |
MetadataSection(String, String, Object) |
지정된 언어, 식별자 및 XML 메타데이터를 사용하여 MetadataSection 클래스의 새 인스턴스를 초기화합니다. |
MetadataSection()
언어, 식별자 또는 XML 메타데이터를 사용하지 않고 MetadataSection 클래스의 새 인스턴스를 초기화합니다.
public:
MetadataSection();
public MetadataSection ();
Public Sub New ()
적용 대상
MetadataSection(String, String, Object)
지정된 언어, 식별자 및 XML 메타데이터를 사용하여 MetadataSection 클래스의 새 인스턴스를 초기화합니다.
public:
MetadataSection(System::String ^ dialect, System::String ^ identifier, System::Object ^ metadata);
public MetadataSection (string dialect, string identifier, object metadata);
new System.ServiceModel.Description.MetadataSection : string * string * obj -> System.ServiceModel.Description.MetadataSection
Public Sub New (dialect As String, identifier As String, metadata As Object)
매개 변수
- dialect
- String
메타데이터의 언어입니다.
- identifier
- String
메타데이터의 식별자입니다.
- metadata
- Object
XML 메타데이터입니다.
설명
MetadataSection 생성자를 사용하여 이 MetadataSection과 해당 언어 및 식별자에 포함될 메타데이터를 지정합니다. XmlSerializer 클래스를 사용하여 메타데이터 개체를 serialize할 수 있어야 MetadataSection 개체를 serialize할 수 있습니다. 메타데이터 개체를 serialize할 수 없으면 개체를 serialize할 때 예외가 throw됩니다. 메타데이터 대신 메타데이터에 대한 참조를 포함하려면 MetadataLocation 매개 변수에 대해 MetadataReference 또는 metadata
개체를 사용합니다.