NSOutlineView
Notifications
NSOutlineView()
NSOutlineView(CGRect)
NSOutlineView(IntPtr)
NSOutlineView(NativeHandle)
NSOutlineView(NSCoder)
NSOutlineView(NSObjectFlag)
AccessibilityColumnHeaderUIElements
AccessibilityColumns
AccessibilityFocused
AccessibilityFrame
AccessibilityHeaderGroup
AccessibilityIdentifier
AccessibilityLabel
AccessibilityParent
AccessibilityRowHeaderUIElements
AccessibilityRows
AccessibilitySelectedCells
AccessibilitySelectedColumns
AccessibilitySelectedRows
AccessibilityVisibleCells
AccessibilityVisibleColumns
AccessibilityVisibleRows
AutoresizesOutlineColumn
AutosaveExpandedItems
ClassHandle
ColumnDidMoveNotification
ColumnDidResizeNotification
DataSource
Delegate
IndentationMarkerFollowsCell
IndentationPerLevel
ItemDidCollapseNotification
ItemDidExpandNotification
ItemWillCollapseNotification
ItemWillExpandNotification
OutlineTableColumn
SelectionDidChangeNotification
SelectionIsChangingNotification
StronglyReferencesItems
UserInterfaceLayoutDirection
WeakDataSource
WeakDelegate
CollapseItem(NSObject)
CollapseItem(NSObject, Boolean)
Dispose(Boolean)
ExpandItem(NSObject)
ExpandItem(NSObject, Boolean)
FrameOfOutlineCellAtRow(nint)
FrameOfOutlineCellAtRow(nint)
GetChild(nint, NSObject)
GetChild(nint, NSObject)
GetChildIndex(NSObject)
GetParent(NSObject)
InsertItems(NSIndexSet, NSObject, NSTableViewAnimation)
InsertRows(NSIndexSet, NSTableViewAnimation)
IsExpandable(NSObject)
IsItemExpanded(NSObject)
ItemAtRow(nint)
ItemAtRow(nint)
LevelForItem(NSObject)
LevelForRow(nint)
LevelForRow(nint)
MoveItem(nint, NSObject, nint, NSObject)
MoveItem(nint, NSObject, nint, NSObject)
MoveRow(nint, nint)
MoveRow(nint, nint)
NumberOfChildren(NSObject)
ReloadItem(NSObject)
ReloadItem(NSObject, Boolean)
RemoveItems(NSIndexSet, NSObject, NSTableViewAnimation)
RemoveRows(NSIndexSet, NSTableViewAnimation)
RowForItem(NSObject)
SetDropItem(NSObject, nint)
SetDropItem(NSObject, nint)
ShouldCollapseAutoExpandedItems(Boolean)
net9.0-macos14.2
namespace AppKit
{
[Register("NSOutlineView", true)]
[SupportedOSPlatform("macos")]
[UnsupportedOSPlatform("maccatalyst")]
public class NSOutlineView : NSTableView, INSAccessibilityElementProtocol, INSAccessibilityGroup, INSAccessibilityOutline, INSAccessibilityTable, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform("macos")]
[UnsupportedOSPlatform("maccatalyst")]
[UnsupportedOSPlatform("ios")]
[UnsupportedOSPlatform("tvos")]
public virtual NSObject? AccessibilityParent
{
[Export("accessibilityParent")]
[SupportedOSPlatform("macos")]
[UnsupportedOSPlatform("maccatalyst")]
[UnsupportedOSPlatform("ios")]
[UnsupportedOSPlatform("tvos")]
get;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 |
Information specific to net9.0-macos14.2 | |
Assembly | Microsoft.macOS , Version=14.2.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | The property getter is only supported on the following platforms:
|
- Built-in API
- Package-provided API