EffectiveFlowDirectionExtensions.IsExplicit(EffectiveFlowDirection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果開發人員在目前物件上設定流程方向,則傳回 true
。 如果流程方向是繼承而來,或是開發人員並未加以設定,則傳回 false
。
public static bool IsExplicit (this Xamarin.Forms.EffectiveFlowDirection self);
static member IsExplicit : Xamarin.Forms.EffectiveFlowDirection -> bool
參數
於其上執行此方法的列舉值。
傳回
System.Boolean
如果開發人員在目前物件上設定流程方向,則為 true
;如果流程方向是繼承而來,或是開發人員並未加以設定,則為 false
。