MonobjcMonobjc Documented Class Library
PathToColumn Method (column)
NamespacesMonobjc.AppKitNSBrowserPathToColumn(NSInteger)

Returns a string representing the path from the first column up to, but not including, the column at the given index.

Original signature is '- (NSString *)pathToColumn:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString PathToColumn(
	NSInteger column
)
Public Overridable Function PathToColumn ( _
	column As NSInteger _
) As NSString
public:
virtual NSString^ PathToColumn(
	NSInteger column
)
Parameters
column (NSInteger)
The index of the column at which the path stops.
Return Value
The path of the current selection up to, but not including, the specified column. The components of this path are separated with the string returned by pathSeparator.
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.AppKit (Module: Monobjc.AppKit)