TextElementCollection<TextElementType>.Add(TextElementType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的項目附加至集合。
public:
virtual void Add(TextElementType item);
public void Add (TextElementType item);
abstract member Add : 'extElementType -> unit
override this.Add : 'extElementType -> unit
Public Sub Add (item As TextElementType)
參數
- item
- TextElementType
要附加至集合的項目。
實作
例外狀況
在項目已屬於集合時引發。
當項目為 null 時引發。