ItemExtensions Class
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.
Extension methods for sequences of Item instances.
public static class ItemExtensions
type ItemExtensions = class
Public Module ItemExtensions
- Inheritance
-
ItemExtensions
Methods
| Name | Description |
|---|---|
| GetInputText(IEnumerable<Item>) |
Extracts all text content from a sequence of Item instances as a single string. Filters for ItemMessage items, expands their content via GetContentExpanded(ItemMessage), and joins all Text values with newline separators. |