共用方式為


UIElement3DAutomationPeer.IsRequiredForFormCore 方法

定義

傳回值,這個值表示與這個 UIElement3D 相關聯的 UIElement3DAutomationPeer 是否為表單上必須填寫的項目。 這個方法是由 IsRequiredForForm() 所呼叫。

protected:
 override bool IsRequiredForFormCore();
protected override bool IsRequiredForFormCore ();
override this.IsRequiredForFormCore : unit -> bool
Protected Overrides Function IsRequiredForFormCore () As Boolean

傳回

Boolean

如果 UIElement3D 是表單上必須填寫的項目,則為 true,否則為 false

備註

這個方法會 AutomationProperties.GetIsRequiredForForm 呼叫 方法來取得值。 AutomationProperties.GetIsRequiredForForm 只有在設定 屬性時, AutomationProperties.IsRequiredForForm 才會傳回值。 您可以覆寫 IsRequiredForFormCore 和新增邏輯,以提供對您 有意義的 UIElement3D 值。

UIElement3DAutomationPeer.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性

適用於