MonobjcMonobjc Documented Class Library
EnsureAttributesAreFixedInRange Method (range)
NamespacesMonobjc.AppKitNSTextStorageEnsureAttributesAreFixedInRange(NSRange)

Ensures that attributes are fixed in the given range.

Original signature is '- (void)ensureAttributesAreFixedInRange:(NSRange)range'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EnsureAttributesAreFixedInRange(
	NSRange range
)
Public Overridable Sub EnsureAttributesAreFixedInRange ( _
	range As NSRange _
)
public:
virtual void EnsureAttributesAreFixedInRange(
	NSRange range
)
Parameters
range (NSRange)
The range of characters whose attributes might be examined.
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)