---
title: NSViewContentSelectionInfo
framework: appkit
role: symbol
role_heading: Protocol
path: appkit/nsviewcontentselectioninfo
---

# NSViewContentSelectionInfo

## Declaration

```swift
protocol NSViewContentSelectionInfo : NSObjectProtocol
```

## Mentioned in

Supporting Writing Tools via the pasteboard

## Overview

Overview A protocol to request information from NSView subclasses about the selected content in the view.

## Topics

### Instance Properties

- [selectionAnchorRect](appkit/nsviewcontentselectioninfo/selectionanchorrect.md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Managing the view’s content

- [Layout](appkit/layout.md)
- [Drawing](appkit/nsview-drawing.md)
- [Printing](appkit/nsview-printing.md)
