Aracılığıyla paylaş


ImportContext(CodeIdentifiers, Boolean) Oluşturucu

Tanım

Verilen tür paylaşım seçeneğiyle verilen kod tanımlayıcıları için sınıfının yeni bir örneğini ImportContext başlatır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

identifiers
CodeIdentifiers

Bağlamın uygulandığı kod varlıkları.

shareTypes
Boolean

Boolean Özel türlerin şema arasında paylaşılıp paylaşılmayacağını belirleyen bir değer.

Şunlara uygulanır