次の方法で共有


AutomationProperties.GetIsRequiredForForm(DependencyObject) メソッド

定義

指定した DependencyObjectAutomationProperties.IsRequiredForForm 添付プロパティの値を取得します。

public:
 static bool GetIsRequiredForForm(DependencyObject ^ element);
 static bool GetIsRequiredForForm(DependencyObject const& element);
public static bool GetIsRequiredForForm(DependencyObject element);
function getIsRequiredForForm(element)
Public Shared Function GetIsRequiredForForm (element As DependencyObject) As Boolean

パラメーター

element
DependencyObject

チェックする DependencyObject

戻り値

Boolean

bool

フォーム の完了に指定した要素が必要な場合は true。それ以外の場合は false

適用対象

こちらもご覧ください