TypeElementCollection.Add(TypeElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的元素添加到集合中。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void Add(System::Runtime::Serialization::Configuration::TypeElement ^ element);
public void Add (System.Runtime.Serialization.Configuration.TypeElement element);
member this.Add : System.Runtime.Serialization.Configuration.TypeElement -> unit
Public Sub Add (element As TypeElement)
参数
- element
- TypeElement
一个表示要添加的已知类型的 TypeElement。