AutomationElementIdentifiers.ControlledPeersProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the controlled peers automation property. A list of controlled peers is returned by the GetControlledPeers method.
public:
static property AutomationProperty ^ ControlledPeersProperty { AutomationProperty ^ get(); };
static AutomationProperty ControlledPeersProperty();
public static AutomationProperty ControlledPeersProperty { get; }
var automationProperty = AutomationElementIdentifiers.controlledPeersProperty;
Public Shared ReadOnly Property ControlledPeersProperty As AutomationProperty
Property Value
The automation property identifier.