MonobjcMonobjc Documented Class Library
SelectIndexesByExtendingSelection Method (indexes, extend)
NamespacesMonobjc.QuartzIKCameraDeviceViewSelectIndexesByExtendingSelection(NSIndexSet, Boolean)

Invoked to select the specified files, extending the selection if specified.

Original signature is '- (void)selectIndexes:(NSIndexSet *)indexes byExtendingSelection:(BOOL)extend'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SelectIndexesByExtendingSelection(
	NSIndexSet indexes,
	bool extend
)
Public Overridable Sub SelectIndexesByExtendingSelection ( _
	indexes As NSIndexSet, _
	extend As Boolean _
)
public:
virtual void SelectIndexesByExtendingSelection(
	NSIndexSet^ indexes, 
	bool extend
)
Parameters
indexes (NSIndexSet)
The indexes of the files to select.
extend (Boolean)
YES if the selection should be extended, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)