ContentIslandStateChangedEventArgs.DidSiteEnabledChange 属性

定义

获取 是否已更改 的 ContentIsland 启用状态。

public:
 property bool DidSiteEnabledChange { bool get(); };
bool DidSiteEnabledChange();
public bool DidSiteEnabledChange { get; }
var boolean = contentIslandStateChangedEventArgs.didSiteEnabledChange;
Public ReadOnly Property DidSiteEnabledChange As Boolean

属性值

Boolean

bool

如果 的启用状态发生更改,则 ContentIsland 为 True;否则为 false。

适用于

另请参阅