Initializes a positional specifier with a given position relative to another given specifier.
Original signature is '- (id)initWithPosition:(NSInsertionPosition)position objectSpecifier:(NSScriptObjectSpecifier *)specifier'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public NSPositionalSpecifier( NSInsertionPosition position, NSScriptObjectSpecifier specifier )
Public Sub New ( _ position As NSInsertionPosition, _ specifier As NSScriptObjectSpecifier _ )
public: NSPositionalSpecifier( NSInsertionPosition position, NSScriptObjectSpecifier^ specifier )

- position (NSInsertionPosition)
- The position for the new specifier relative to specifier.
- specifier (NSScriptObjectSpecifier)
- The reference specifier.

An initialized positional specifier with the position specified by position relative to the object specified by specifier.

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