Partager via


CoreAutomationRemoteOperation.ImportTextRange Méthode

Définition

Permet de référencer une plage de texte existante dans le contexte d’une machine virtuelle d’opération à distance.

public:
 virtual void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange ^ textRange) = ImportTextRange;
void ImportTextRange(AutomationRemoteOperationOperandId const& operandId, AutomationTextRange const& textRange);
public void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange textRange);
function importTextRange(operandId, textRange)
Public Sub ImportTextRange (operandId As AutomationRemoteOperationOperandId, textRange As AutomationTextRange)

Paramètres

operandId
AutomationRemoteOperationOperandId

ID de l’opérande à utiliser dans l’opération à distance.

textRange
AutomationTextRange

Plage de texte UI Automation à utiliser dans l’opération à distance.

Remarques

N’essayez pas d’importer des objets qui appartiennent à différents processus dans la même opération distante. Les opérations distantes sont liées à un seul processus.

S’applique à