MonobjcMonobjc Documented Class Library
InitWithPositionObjectSpecifier Method (position, specifier)
NamespacesMonobjc.FoundationNSPositionalSpecifierInitWithPositionObjectSpecifier(NSInsertionPosition, NSScriptObjectSpecifier)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithPositionObjectSpecifier(
	NSInsertionPosition position,
	NSScriptObjectSpecifier specifier
)
Public Overridable Function InitWithPositionObjectSpecifier ( _
	position As NSInsertionPosition, _
	specifier As NSScriptObjectSpecifier _
) As Id
public:
virtual Id^ InitWithPositionObjectSpecifier(
	NSInsertionPosition position, 
	NSScriptObjectSpecifier^ specifier
)
Parameters
position (NSInsertionPosition)
The position for the new specifier relative to specifier.
specifier (NSScriptObjectSpecifier)
The reference specifier.
Return Value
An initialized positional specifier with the position specified by position relative to the object specified by specifier.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)