MonobjcMonobjc Documented Class Library
InsertionKey Property
NamespacesMonobjc.FoundationNSPositionalSpecifierInsertionKey

Returns the key that identifies the relationship into which the new or copied object or objects should be inserted.

Original signature is '- (NSString *)insertionKey'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString InsertionKey { get; }
Public Overridable ReadOnly Property InsertionKey As NSString
	Get
public:
virtual property NSString^ InsertionKey {
	NSString^ get ();
}
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)