SchemaImporterExtensionCollection.Add 方法

定义

将指定的导入程序扩展添加到集合。

重载

Add(SchemaImporterExtension)

将指定的导入程序扩展添加到集合。

Add(String, Type)

将指定的导入程序扩展添加到集合。 使用 name 参数可以为扩展提供一个自定义的名称。

Add(SchemaImporterExtension)

将指定的导入程序扩展添加到集合。

public:
 int Add(System::Xml::Serialization::Advanced::SchemaImporterExtension ^ extension);
public int Add (System.Xml.Serialization.Advanced.SchemaImporterExtension extension);
member this.Add : System.Xml.Serialization.Advanced.SchemaImporterExtension -> int
Public Function Add (extension As SchemaImporterExtension) As Integer

参数

返回

Int32

所添加的扩展的索引。

适用于

Add(String, Type)

将指定的导入程序扩展添加到集合。 使用 name 参数可以为扩展提供一个自定义的名称。

public:
 int Add(System::String ^ name, Type ^ type);
public int Add (string name, Type type);
member this.Add : string * Type -> int
Public Function Add (name As String, type As Type) As Integer

参数

name
String

扩展的自定义名称。

返回

Int32

新添加项的索引。

例外

type 的值不是从 SchemaImporterExtensionCollection 继承的。

适用于