共用方式為


EffectiveFlowDirectionExtensions.IsExplicit(EffectiveFlowDirection) 方法

定義

如果開發人員在目前物件上設定流程方向,則傳回 true。 如果流程方向是繼承而來,或是開發人員並未加以設定,則傳回 false

public static bool IsExplicit (this Xamarin.Forms.EffectiveFlowDirection self);
static member IsExplicit : Xamarin.Forms.EffectiveFlowDirection -> bool

參數

self
EffectiveFlowDirection

於其上執行此方法的列舉值。

傳回

System.Boolean

如果開發人員在目前物件上設定流程方向,則為 true;如果流程方向是繼承而來,或是開發人員並未加以設定,則為 false

適用於