TypeElementCollection.Add(TypeElement) 方法

定義

將特定項目新增至集合。

此 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,表示要新增的已知型別。

適用於