MKAnnotationView.SetSelected(Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called to set values that control whether the annotation view is selected and whether selection state changes are animated.
[Foundation.Export("setSelected:animated:")]
public virtual void SetSelected (bool selected, bool animated);
abstract member SetSelected : bool * bool -> unit
override this.SetSelected : bool * bool -> unit
Parameters
- selected
- Boolean
- animated
- Boolean
- Attributes