AutomationProperties.GetControlledPeers(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
靜態公用程式方法,可從目標擁有者擷取受控制的對等清單。
public:
static IVector<UIElement ^> ^ GetControlledPeers(DependencyObject ^ element);
static IVector<UIElement> GetControlledPeers(DependencyObject const& element);
public static IList<UIElement> GetControlledPeers(DependencyObject element);
function getControlledPeers(element)
Public Shared Function GetControlledPeers (element As DependencyObject) As IList(Of UIElement)
參數
- element
- DependencyObject
要從中擷取受控制對等的擁有者物件。
傳回
包含目標專案所控制對等的清單。
備註
檢查受控制的對等是大部分對等實作不需要使用的進階案例。
此識別碼通常用於 自動建議協助工具。