NSTreeController
NSTreeController()
NSTreeController(IntPtr)
NSTreeController(NativeHandle)
NSTreeController(NSCoder)
NSTreeController(NSObjectFlag)
AlwaysUsesMultipleValuesMarker
ArrangedObjects
AvoidsEmptySelection
CanAddChild
CanInsert
CanInsertChild
ChildrenKeyPath
ClassHandle
Content
CountKeyPath
LeafKeyPath
PreservesSelection
SelectedNodes
SelectionIndexPath
SelectionIndexPaths
SelectsInsertedObjects
SortDescriptors
Add(NSObject)
AddChild(NSObject)
AddSelectionIndexPaths(NSIndexPath[])
ChildrenKeyPathForNode(NSTreeNode)
CountKeyPathForNode(NSTreeNode)
GetSelectionIndexPath()
GetSelectionIndexPaths()
Insert(NSObject)
InsertChild(NSObject)
InsertObject(NSObject, NSIndexPath)
InsertObjects(NSObject[], NSArray)
LeafKeyPathForNode(NSTreeNode)
MoveNode(NSTreeNode, NSIndexPath)
MoveNodes(NSTreeNode[], NSIndexPath)
RearrangeObjects()
Remove(NSObject)
RemoveObjectAtArrangedObjectIndexPath(NSIndexPath)
RemoveObjectsAtArrangedObjectIndexPaths(NSIndexPath[])
RemoveSelectionIndexPaths(NSIndexPath[])
SetSelectionIndexPath(NSIndexPath)
SetSelectionIndexPaths(NSIndexPath[])
xamarinmac
namespace AppKit
{
[Register("NSTreeController", true)]
public class NSTreeController : NSObjectController
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal NSTreeController(IntPtr handle);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API