Returns the range of the item at the given index within the given list.
Original signature is '- (NSInteger)itemNumberInTextList:(NSTextList *)list atIndex:(NSUInteger)location'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static NSInteger ItemNumberInTextListAtIndex( this NSAttributedString __target, NSTextList list, NSUInteger location )
<ExtensionAttribute> _ Public Shared Function ItemNumberInTextListAtIndex ( _ __target As NSAttributedString, _ list As NSTextList, _ location As NSUInteger _ ) As NSInteger
[ExtensionAttribute] public: static NSInteger ItemNumberInTextListAtIndex( NSAttributedString^ __target, NSTextList^ list, NSUInteger location )

- __target (NSAttributedString)
- The target instance.
- list (NSTextList)
- MISSING
- location (NSUInteger)
- MISSING

[Missing <returns> documentation for "M:Monobjc.AppKit.NSAttributedString_AppKitAdditions.ItemNumberInTextListAtIndex(Monobjc.Foundation.NSAttributedString,Monobjc.AppKit.NSTextList,Monobjc.Foundation.NSUInteger)"]

In Visual Basic and C#, you can call this method as an instance method on any object of type NSAttributedString. When you use instance method syntax to call this method, omit the first parameter.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)