InkCanvas.IAddChild.AddText(String) 方法

定義

在標記中加入標籤中的文字。 永遠擲回 ArgumentException

 virtual void System.Windows.Markup.IAddChild.AddText(System::String ^ textData) = System::Windows::Markup::IAddChild::AddText;
void IAddChild.AddText (string textData);
abstract member System.Windows.Markup.IAddChild.AddText : string -> unit
override this.System.Windows.Markup.IAddChild.AddText : string -> unit
Sub AddText (textData As String) Implements IAddChild.AddText

參數

textData
String

未使用。

實作

適用於