Share via


AdControl.IsSuspended 屬性

定義

取得值,指出 AdControl 是否處於暫停狀態。

public:
 property bool IsSuspended { bool get(); };
bool IsSuspended();
public bool IsSuspended { get; }
var boolean = adControl.isSuspended;
Public ReadOnly Property IsSuspended As Boolean

屬性值

System.Boolean

如果已呼叫Suspend方法且橫幅廣告處於暫停狀態,則傳回true;如果橫幅廣告正常顯示,則會傳回false

適用於