AutomationPeer.RaiseTextEditTextChangedEvent Methode

Definition

Löst ein Ereignis aus, um den Microsoft UI Automation-Kern zu benachrichtigen, dass ein Textsteuerelement Text programmgesteuert geändert hat.

public:
 virtual void RaiseTextEditTextChangedEvent(AutomationTextEditChangeType automationTextEditChangeType, IVectorView<Platform::String ^> ^ changedData) = RaiseTextEditTextChangedEvent;
void RaiseTextEditTextChangedEvent(AutomationTextEditChangeType const& automationTextEditChangeType, IVectorView<winrt::hstring> const& changedData);
public void RaiseTextEditTextChangedEvent(AutomationTextEditChangeType automationTextEditChangeType, IReadOnlyList<string> changedData);
function raiseTextEditTextChangedEvent(automationTextEditChangeType, changedData)
Public Sub RaiseTextEditTextChangedEvent (automationTextEditChangeType As AutomationTextEditChangeType, changedData As IReadOnlyList(Of String))

Parameter

automationTextEditChangeType
AutomationTextEditChangeType

Der Typ der Änderung, die am Text vorgenommen wurde.

changedData

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Der neue Text.

Gilt für: