共用方式為


XmlNamespaceMappingCollection.AddText(String) 方法

定義

將文字字串加入為這個 XmlNamespaceMappingCollection 物件的子系。

protected:
 virtual void AddText(System::String ^ text);
protected virtual void AddText (string text);
abstract member AddText : string -> unit
override this.AddText : string -> unit
Protected Overridable Sub AddText (text As String)

參數

text
String

將文字字串加入為子系。

例外狀況

如果 textnull

適用於