共用方式為


TextBoxBeforeTextChangingEventArgs.NewText 屬性

定義

取得在文字方塊中輸入的新文字。

public:
 property Platform::String ^ NewText { Platform::String ^ get(); };
winrt::hstring NewText();
public string NewText { get; }
var string = textBoxBeforeTextChangingEventArgs.newText;
Public ReadOnly Property NewText As String

屬性值

String

Platform::String

winrt::hstring

在文字方塊中輸入的新文字值。

適用於