UITestEngine.PasswordBox_InputPassword(System.String,System.Windows.DependencyObject,System.String)
++Function sets the Password Eigenschalft a PasswordBox pInputText in the passed value.
Namespace: SoftHai.Testing.UITestAssembly: SoftHai.Testing
Syntax
Visual Basic
<DebuggerHiddenAttribute()> _
Public Sub PasswordBox_InputPassword( _
ByVal pPasswordBoxName As System.String, _
ByVal pParent As System.Windows.DependencyObject, _
ByVal pInputText As System.String _
)
C#
[DebuggerHiddenAttribute()]
public void PasswordBox_InputPassword(
System.String pPasswordBoxName,
System.Windows.DependencyObject pParent,
System.String pInputText
)
Parameter
pPasswordBoxNameType:
System.StringName of PasswordBox
pParentType:
System.Windows.DependencyObjectA parent UIElement that is to be searched for the Control
pInputTextType:
System.StringText to be written in the Password property of the PasswordBox
Exceptions
This WikiPage was created with
Codeplex WikiEditor