AutomationProperties.GetIsRequiredForForm(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所指定 IsRequiredForForm 的 DependencyObject 附加屬性。
public:
static bool GetIsRequiredForForm(System::Windows::DependencyObject ^ element);
public static bool GetIsRequiredForForm (System.Windows.DependencyObject element);
static member GetIsRequiredForForm : System.Windows.DependencyObject -> bool
Public Shared Function GetIsRequiredForForm (element As DependencyObject) As Boolean
參數
- element
- DependencyObject
要進行檢查的 DependencyObject。
傳回
指出指定的項目是否為 IsRequiredForForm 的 boolean
。