Share via


ImportContext(CodeIdentifiers, Boolean) 생성자

정의

지정된 코드 식별자에 대해 지정된 형식 공유 옵션을 사용하여 ImportContext 클래스의 새 인스턴스를 초기화합니다.

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

public:
 ImportContext(System::Xml::Serialization::CodeIdentifiers ^ identifiers, bool shareTypes);
public ImportContext (System.Xml.Serialization.CodeIdentifiers? identifiers, bool shareTypes);
public ImportContext (System.Xml.Serialization.CodeIdentifiers identifiers, bool shareTypes);
new System.Xml.Serialization.ImportContext : System.Xml.Serialization.CodeIdentifiers * bool -> System.Xml.Serialization.ImportContext
Public Sub New (identifiers As CodeIdentifiers, shareTypes As Boolean)

매개 변수

identifiers
CodeIdentifiers

컨텍스트가 적용되는 코드 엔터티입니다.

shareTypes
Boolean

사용자 지정 형식이 스키마에서 공유되는지 여부를 지정하는 Boolean 값입니다.

적용 대상