ActivityDesigner.OnSmartTagVisibilityChanged(Boolean) 方法
定义
向ActivityDesigner通知应该显示还是隐藏智能标记。Notifies the ActivityDesigner whether a smart tag should be displayed or hidden.
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。true to indicate that the smart tag should be displayed; false to indicate that the smart tag should be hidden.