EffectiveFlowDirectionExtensions 類別

定義

用於了解流程方向及是否已明確設定的擴充方法。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class EffectiveFlowDirectionExtensions
type EffectiveFlowDirectionExtensions = class
繼承
EffectiveFlowDirectionExtensions
屬性

方法

IsExplicit(EffectiveFlowDirection)

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

IsImplicit(EffectiveFlowDirection)

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

IsLeftToRight(EffectiveFlowDirection)

如果流程方向為從左至右,則傳回 true。 否則傳回 false

IsRightToLeft(EffectiveFlowDirection)

如果流程方向為從右至左,則傳回 true。 否則傳回 false

適用於