Напомена
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
Contains information about a parameter of a custom control pattern.
Syntax
struct UIAutomationParameter {
UIAutomationType type;
void *pData;
};
Members
type
Type: UIAutomationType
A value indicating the type of the parameter.
pData
Type: void*
A pointer to the parameter data.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Header | uiautomationcore.h (include UIAutomation.h) |
See also
Custom Properties, Events, and Control Patterns
Reference