Method | Description | |
---|---|---|
ConvertToHashtable ( this element ) : |
||
ConvertToHashtables ( this |
||
GetInfo ( this element ) : string | ||
GetIsValid ( this element ) : bool | ||
GetParent ( this element ) : IUiElement |
Method | Description | |
---|---|---|
CollectAncestors ( this element, |
|
|
CompareElementValueAndValueParameter ( this element, string textValue, bool viaWildcardOrRegex, System.Management.Automation.WildcardPattern wildcardValue, RegexOptions regexOptions ) : bool |
Checks that the -Value parameter matches the value ValuePattern of the element returns
|
|
GetAncestorWithHandle ( this element ) : IUiElement |
///
|
|
GetElementControlTypeString ( this element ) : string |
Retrievs an element's ControlType property as a string.
|
|
GetElementPropertyString ( this element, PSCmdletBase cmdlet, string propertyName, IValuePattern pattern, bool &hasName ) : string |
Retrieves such element's properties as AutomationId, Name, Class(Name) and Value
|
|
GetParentOrAncestor ( this element, UIANET::System.Windows.Automation scope ) : IUiElement[] |
///
|
|
InvokeContextMenu ( this inputObject, HasControlInputCmdletBase cmdlet, int x, int y ) : IUiElement | ||
IsMatchWildcardPattern ( this elementInput, IList resultCollection, WildcardPattern wcPattern, string dataToCheck ) : bool |
public static ConvertToHashtable ( this element ) : |
||
element | this | |
return |
public static ConvertToHashtables ( this |
||
elements | this |
|
return | IEnumerable |
public static GetInfo ( this element ) : string | ||
element | this | |
return | string |
public static GetIsValid ( this element ) : bool | ||
element | this | |
return | bool |
public static GetParent ( this element ) : IUiElement | ||
element | this | |
return | IUiElement |