AutomationPeer.GetControlledPeersCore Method
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.
Gets a list of the controlled peers for the current automation peer.
protected:
virtual IVectorView<AutomationPeer ^> ^ GetControlledPeersCore() = GetControlledPeersCore;
IVectorView<AutomationPeer> GetControlledPeersCore();
protected virtual IReadOnlyList<AutomationPeer> GetControlledPeersCore();
function getControlledPeersCore()
Protected Overridable Function GetControlledPeersCore () As IReadOnlyList(Of AutomationPeer)
Returns
A list of the controlled peers for the current automation peer.
Remarks
Examining controlled peers is an advanced scenario that most peer implementations won't need to use.