AutomationProperties.FlowsFromProperty 屬性

定義

識別 FlowFrom 附加屬性。

public:
 static property DependencyProperty ^ FlowsFromProperty { DependencyProperty ^ get(); };
static DependencyProperty FlowsFromProperty();
public static DependencyProperty FlowsFromProperty { get; }
var dependencyProperty = AutomationProperties.flowsFromProperty;
Public Shared ReadOnly Property FlowsFromProperty As DependencyProperty

屬性值

FlowFrom附加屬性的識別碼。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

備註

注意

AutomationProperties.FlowsFrom 是非典型附加屬性,因為它沒有 Set 存取子,因此不是具有標記用法的 XAML 附加屬性。 它會使用附加屬性模型作為屬性存放區,但不支援可延伸的應用程式標記語言 (XAML) 用法。 若要取得專案的陣列,請呼叫 GetFlowsFrom,將專案傳遞為輸入參數。

適用於