SchemaImporterExtensionCollection.Add 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的导入程序扩展添加到集合。
重载
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
参数
- extension
- SchemaImporterExtension
返回
所添加的扩展的索引。
适用于
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
扩展的自定义名称。
- type
- Type
返回
新添加项的索引。
例外
type 的值不是从 SchemaImporterExtensionCollection 继承的。