NSOutlineView.ReloadItem 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.
Overloads
ReloadItem(NSObject) | |
ReloadItem(NSObject, Boolean) |
ReloadItem(NSObject)
[Foundation.Export("reloadItem:")]
public virtual void ReloadItem (Foundation.NSObject item);
abstract member ReloadItem : Foundation.NSObject -> unit
override this.ReloadItem : Foundation.NSObject -> unit
Parameters
- item
- NSObject
- Attributes
Applies to
ReloadItem(NSObject, Boolean)
[Foundation.Export("reloadItem:reloadChildren:")]
public virtual void ReloadItem (Foundation.NSObject item, bool reloadChildren);
abstract member ReloadItem : Foundation.NSObject * bool -> unit
override this.ReloadItem : Foundation.NSObject * bool -> unit
Parameters
- item
- NSObject
- reloadChildren
- Boolean
- Attributes