NavigationWindow.AddText(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將文字加入至物件。
protected:
override void AddText(System::String ^ text);
protected override void AddText (string text);
override this.AddText : string -> unit
Protected Overrides Sub AddText (text As String)
參數
- text
- String
要加入物件中的文字。
例外狀況
如果文字參數值包含非空白字元。