共用方式為


ActivityDesigner.OnSmartTagVisibilityChanged(Boolean) 方法

定義

當顯示或隱藏智慧標籤時,通知 ActivityDesigner

protected:
 virtual void OnSmartTagVisibilityChanged(bool visible);
protected virtual void OnSmartTagVisibilityChanged (bool visible);
abstract member OnSmartTagVisibilityChanged : bool -> unit
override this.OnSmartTagVisibilityChanged : bool -> unit
Protected Overridable Sub OnSmartTagVisibilityChanged (visible As Boolean)

參數

visible
Boolean

true 表示應顯示智慧標籤,false 表示應隱藏智慧標籤。

適用於