SynchronizationAttribute.IsReEntrant 屬性

定義

取得或設定布林值,指出是否需要重新進入。

public:
 virtual property bool IsReEntrant { bool get(); };
public virtual bool IsReEntrant { get; }
member this.IsReEntrant : bool
Public Overridable ReadOnly Property IsReEntrant As Boolean

屬性值

指示是否需要重新進入的布林值。

備註

如果需要重新輸入,則必須攔截並串行化套用目前屬性之 的 圖說文字 Context

適用於